Html Css Color HEX #AC5077 Royal Heath

📋 copy color: '#AC5077'

red 172 ◦ green 80 ◦ blue 119

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

Shades of Royal Heath #AC5077

Tints of Royal Heath #AC5077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 32.08%

R = 46.36%
G = 21.56%
B = 32.08%

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

#AC5077 (or 0xAC5077) is known color: Royal Heath. HEX triplet: AC, 50 and 77. RGB value is (172,80,119). Sum of RGB (Red+Green+Blue) = 172+80+119=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5077 is #53AF88. Grayscale: #6F6F6F. Windows color (decimal): -5484425 or 7819436. OLE color: 7819436.

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

Color convert

RGB 172 80 119 -
CMYK 0 0.53 0.31 0.33
HSL 334.57º 0.37% 0.49% -
HSV(B) 334.57º 0.53% 0.67% -
XYZ 23.21 15.84 19.29 -
YUV 111.95 131.98 170.83 -
System Red Green Blue C M Y K H S L
Decimal 172 80 119 0 0.53 0.31 0.33 334.57 0.37 0.49
Hex AC 50 77 0 35 1F 21 14F 25 31
Octal 254 120 167 0 65 37 41 517 45 61
Binary 10101100 1010000 1110111 0 110101 11111 100001 101001111 100101 110001

Color Harmonies of #AC5077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5077

Black with #AC5077

Text Example


Text Example

White with #AC5077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5077; }

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

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

background-color css

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

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

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

border-color css

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

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

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