Html Css Color HEX #AC5076 Royal Heath

📋 copy color: '#AC5076'

red 172 ◦ green 80 ◦ blue 118

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

Shades of Royal Heath #AC5076

Tints of Royal Heath #AC5076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.62%

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

R = 46.49%
G = 21.62%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC5076 (or 0xAC5076) is known color: Royal Heath. HEX triplet: AC, 50 and 76. RGB value is (172,80,118). Sum of RGB (Red+Green+Blue) = 172+80+118=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5076 is #53AF89. Grayscale: #6F6F6F. Windows color (decimal): -5484426 or 7753900. OLE color: 7753900.

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

Color convert

RGB 172 80 118 -
CMYK 0 0.53 0.31 0.33
HSL 335.22º 0.37% 0.49% -
HSV(B) 335.22º 0.53% 0.67% -
XYZ 23.15 15.82 18.97 -
YUV 111.84 131.48 170.91 -
System Red Green Blue C M Y K H S L
Decimal 172 80 118 0 0.53 0.31 0.33 335.22 0.37 0.49
Hex AC 50 76 0 35 1F 21 14F 25 31
Octal 254 120 166 0 65 37 41 517 45 61
Binary 10101100 1010000 1110110 0 110101 11111 100001 101001111 100101 110001

Color Harmonies of #AC5076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5076

Black with #AC5076

Text Example


Text Example

White with #AC5076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5076; }

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

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

background-color css

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

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

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

border-color css

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

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

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