Html Css Color HEX #AC4572 Royal Heath

📋 copy color: '#AC4572'

red 172 ◦ green 69 ◦ blue 114

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

Shades of Royal Heath #AC4572

Tints of Royal Heath #AC4572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.11%

R = 48.45%
G = 19.44%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC4572 (or 0xAC4572) is known color: Royal Heath. HEX triplet: AC, 45 and 72. RGB value is (172,69,114). Sum of RGB (Red+Green+Blue) = 172+69+114=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4572 is #53BA8D. Grayscale: #686868. Windows color (decimal): -5487246 or 7488940. OLE color: 7488940.

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

Color convert

RGB 172 69 114 -
CMYK 0 0.60 0.34 0.33
HSL 333.79º 0.43% 0.47% -
HSV(B) 333.79º 0.6% 0.67% -
XYZ 22.18 14.24 17.5 -
YUV 104.93 133.12 175.84 -
System Red Green Blue C M Y K H S L
Decimal 172 69 114 0 0.60 0.34 0.33 333.79 0.43 0.47
Hex AC 45 72 0 3C 22 21 14E 2B 2F
Octal 254 105 162 0 74 42 41 516 53 57
Binary 10101100 1000101 1110010 0 111100 100010 100001 101001110 101011 101111

Color Harmonies of #AC4572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4572

Black with #AC4572

Text Example


Text Example

White with #AC4572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4572; }

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

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

background-color css

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

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

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

border-color css

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

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

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