Html Css Color HEX #AC4576 Royal Heath

📋 copy color: '#AC4576'

red 172 ◦ green 69 ◦ blue 118

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

Shades of Royal Heath #AC4576

Tints of Royal Heath #AC4576

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.22%

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

R = 47.91%
G = 19.22%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC4576 (or 0xAC4576) is known color: Royal Heath. HEX triplet: AC, 45 and 76. RGB value is (172,69,118). Sum of RGB (Red+Green+Blue) = 172+69+118=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4576 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4576 is #53BA89. Grayscale: #696969. Windows color (decimal): -5487242 or 7751084. OLE color: 7751084.

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

Color convert

RGB 172 69 118 -
CMYK 0 0.60 0.31 0.33
HSL 331.46º 0.43% 0.47% -
HSV(B) 331.46º 0.6% 0.67% -
XYZ 22.41 14.33 18.73 -
YUV 105.38 135.12 175.52 -
System Red Green Blue C M Y K H S L
Decimal 172 69 118 0 0.60 0.31 0.33 331.46 0.43 0.47
Hex AC 45 76 0 3C 1F 21 14B 2B 2F
Octal 254 105 166 0 74 37 41 513 53 57
Binary 10101100 1000101 1110110 0 111100 11111 100001 101001011 101011 101111

Color Harmonies of #AC4576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4576

Black with #AC4576

Text Example


Text Example

White with #AC4576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4576; }

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

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

background-color css

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

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

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

border-color css

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

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

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