Html Css Color HEX #AC5672 Royal Heath

📋 copy color: '#AC5672'

red 172 ◦ green 86 ◦ blue 114

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

Shades of Royal Heath #AC5672

Tints of Royal Heath #AC5672

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.12%

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

R = 46.24%
G = 23.12%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC5672 (or 0xAC5672) is known color: Royal Heath. HEX triplet: AC, 56 and 72. RGB value is (172,86,114). Sum of RGB (Red+Green+Blue) = 172+86+114=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 86 (33.98% from 255 or 23.12% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5672 is #53A98D. Grayscale: #727272. Windows color (decimal): -5482894 or 7493292. OLE color: 7493292.

HSL color Cylindrical-coordinate representation of color #AC5672: hue angle of 340.47º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC5672 is Cyan = 0, Magento = 0.5, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 86 114 -
CMYK 0 0.5 0.34 0.33
HSL 340.47º 0.34% 0.51% -
HSV(B) 340.47º 0.5% 0.67% -
XYZ 23.38 16.64 17.9 -
YUV 114.91 127.49 168.72 -
System Red Green Blue C M Y K H S L
Decimal 172 86 114 0 0.5 0.34 0.33 340.47 0.34 0.51
Hex AC 56 72 0 32 22 21 154 22 33
Octal 254 126 162 0 62 42 41 524 42 63
Binary 10101100 1010110 1110010 0 110010 100010 100001 101010100 100010 110011

Color Harmonies of #AC5672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5672

Black with #AC5672

Text Example


Text Example

White with #AC5672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5672; }

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

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

background-color css

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

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

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

border-color css

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

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

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