Html Css Color HEX #AC4672 Royal Heath

📋 copy color: '#AC4672'

red 172 ◦ green 70 ◦ blue 114

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

Shades of Royal Heath #AC4672

Tints of Royal Heath #AC4672

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.66%

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

R = 48.31%
G = 19.66%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC4672 (or 0xAC4672) is known color: Royal Heath. HEX triplet: AC, 46 and 72. RGB value is (172,70,114). Sum of RGB (Red+Green+Blue) = 172+70+114=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4672 is #53B98D. Grayscale: #696969. Windows color (decimal): -5486990 or 7489196. OLE color: 7489196.

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

Color convert

RGB 172 70 114 -
CMYK 0 0.59 0.34 0.33
HSL 334.12º 0.42% 0.47% -
HSV(B) 334.12º 0.59% 0.67% -
XYZ 22.24 14.37 17.52 -
YUV 105.51 132.79 175.42 -
System Red Green Blue C M Y K H S L
Decimal 172 70 114 0 0.59 0.34 0.33 334.12 0.42 0.47
Hex AC 46 72 0 3B 22 21 14E 2A 2F
Octal 254 106 162 0 73 42 41 516 52 57
Binary 10101100 1000110 1110010 0 111011 100010 100001 101001110 101010 101111

Color Harmonies of #AC4672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4672

Black with #AC4672

Text Example


Text Example

White with #AC4672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4672; }

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

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

background-color css

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

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

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

border-color css

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

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

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