Html Css Color HEX #AC5976 Royal Heath

📋 copy color: '#AC5976'

red 172 ◦ green 89 ◦ blue 118

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

Shades of Royal Heath #AC5976

Tints of Royal Heath #AC5976

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.48%

 BLUE value IS 118 (46.48% from 255) = 31.13%

R = 45.38%
G = 23.48%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC5976 (or 0xAC5976) is known color: Royal Heath. HEX triplet: AC, 59 and 76. RGB value is (172,89,118). Sum of RGB (Red+Green+Blue) = 172+89+118=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5976 is #53A689. Grayscale: #757575. Windows color (decimal): -5482122 or 7756204. OLE color: 7756204.

HSL color Cylindrical-coordinate representation of color #AC5976: hue angle of 339.04º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC5976 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 89 118 -
CMYK 0 0.48 0.31 0.33
HSL 339.04º 0.33% 0.51% -
HSV(B) 339.04º 0.48% 0.67% -
XYZ 23.86 17.22 19.21 -
YUV 117.12 128.5 167.14 -
System Red Green Blue C M Y K H S L
Decimal 172 89 118 0 0.48 0.31 0.33 339.04 0.33 0.51
Hex AC 59 76 0 30 1F 21 153 21 33
Octal 254 131 166 0 60 37 41 523 41 63
Binary 10101100 1011001 1110110 0 110000 11111 100001 101010011 100001 110011

Color Harmonies of #AC5976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5976

Black with #AC5976

Text Example


Text Example

White with #AC5976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5976; }

 p { color: rgb(172,89,118); }

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

background-color css

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

 a { background-color: rgb(172,89,118); }

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

border-color css

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

 span { border-color: rgb(172,89,118); }

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