Html Css Color HEX #AC5277 Royal Heath

📋 copy color: '#AC5277'

red 172 ◦ green 82 ◦ blue 119

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

Shades of Royal Heath #AC5277

Tints of Royal Heath #AC5277

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.98%

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

R = 46.11%
G = 21.98%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC5277 (or 0xAC5277) is known color: Royal Heath. HEX triplet: AC, 52 and 77. RGB value is (172,82,119). Sum of RGB (Red+Green+Blue) = 172+82+119=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5277 is #53AD88. Grayscale: #717171. Windows color (decimal): -5483913 or 7819948. OLE color: 7819948.

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

Color convert

RGB 172 82 119 -
CMYK 0 0.52 0.31 0.33
HSL 335.33º 0.35% 0.5% -
HSV(B) 335.33º 0.52% 0.67% -
XYZ 23.36 16.14 19.34 -
YUV 113.13 131.32 169.99 -
System Red Green Blue C M Y K H S L
Decimal 172 82 119 0 0.52 0.31 0.33 335.33 0.35 0.5
Hex AC 52 77 0 34 1F 21 14F 23 32
Octal 254 122 167 0 64 37 41 517 43 62
Binary 10101100 1010010 1110111 0 110100 11111 100001 101001111 100011 110010

Color Harmonies of #AC5277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5277

Black with #AC5277

Text Example


Text Example

White with #AC5277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5277; }

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

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

background-color css

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

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

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

border-color css

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

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

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