Html Css Color HEX #AC537A Royal Heath

📋 copy color: '#AC537A'

red 172 ◦ green 83 ◦ blue 122

#AC537A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #AC537A

Tints of Royal Heath #AC537A

RGB

 RED value IS 172 (67.58% from 255) = 45.62%

 GREEN value IS 83 (32.81% from 255) = 22.02%

 BLUE value IS 122 (48.05% from 255) = 32.36%

R = 45.62%
G = 22.02%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AC537A (or 0xAC537A) is known color: Royal Heath. HEX triplet: AC, 53 and 7A. RGB value is (172,83,122). Sum of RGB (Red+Green+Blue) = 172+83+122=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC537A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC537A is #53AC85. Grayscale: #717171. Windows color (decimal): -5483654 or 8016812. OLE color: 8016812.

HSL color Cylindrical-coordinate representation of color #AC537A: hue angle of 333.71º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC537A is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 83 122 -
CMYK 0 0.52 0.29 0.33
HSL 333.71º 0.35% 0.5% -
HSV(B) 333.71º 0.52% 0.67% -
XYZ 23.62 16.36 20.33 -
YUV 114.06 132.49 169.33 -
System Red Green Blue C M Y K H S L
Decimal 172 83 122 0 0.52 0.29 0.33 333.71 0.35 0.5
Hex AC 53 7A 0 34 1D 21 14E 23 32
Octal 254 123 172 0 64 35 41 516 43 62
Binary 10101100 1010011 1111010 0 110100 11101 100001 101001110 100011 110010

Color Harmonies of #AC537A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC537A

Black with #AC537A

Text Example


Text Example

White with #AC537A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC537A; }

 p { color: rgb(172,83,122); }

 H1.HeaderClassName
 {
   color: #AC537A;
 }
 .AnyTagClassName
 {
   color: #AC537A;
 }
</style>

background-color css

<style>
 a { background-color: #AC537A; }

 a { background-color: rgb(172,83,122); }

 div.DivClassName
 {
   background-color: #AC537A;
 }
 .BgClassName
 {
   background-color: #AC537A;
 }
</style>

border-color css

<style>
 span { border-color: #AC537A; }

 span { border-color: rgb(172,83,122); }

 td.TdClassName
 {
   border-color: #AC537A;
 }
 .TagClassName
 {
   border-color: #AC537A;
 }
</style>