Html Css Color HEX #AC5A76 Royal Heath

📋 copy color: '#AC5A76'

red 172 ◦ green 90 ◦ blue 118

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

Shades of Royal Heath #AC5A76

Tints of Royal Heath #AC5A76

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.68%

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

R = 45.26%
G = 23.68%
B = 31.05%

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

#AC5A76 (or 0xAC5A76) is known color: Royal Heath. HEX triplet: AC, 5A and 76. RGB value is (172,90,118). Sum of RGB (Red+Green+Blue) = 172+90+118=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5A76 is #53A589. Grayscale: #757575. Windows color (decimal): -5481866 or 7756460. OLE color: 7756460.

HSL color Cylindrical-coordinate representation of color #AC5A76: hue angle of 339.51º 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 #AC5A76 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 90 118 -
CMYK 0 0.48 0.31 0.33
HSL 339.51º 0.33% 0.51% -
HSV(B) 339.51º 0.48% 0.67% -
XYZ 23.94 17.39 19.23 -
YUV 117.71 128.17 166.72 -
System Red Green Blue C M Y K H S L
Decimal 172 90 118 0 0.48 0.31 0.33 339.51 0.33 0.51
Hex AC 5A 76 0 30 1F 21 154 21 33
Octal 254 132 166 0 60 37 41 524 41 63
Binary 10101100 1011010 1110110 0 110000 11111 100001 101010100 100001 110011

Color Harmonies of #AC5A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5A76

Black with #AC5A76

Text Example


Text Example

White with #AC5A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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