Html Css Color HEX #AC4276 Royal Heath

📋 copy color: '#AC4276'

red 172 ◦ green 66 ◦ blue 118

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

Shades of Royal Heath #AC4276

Tints of Royal Heath #AC4276

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.54%

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

R = 48.31%
G = 18.54%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC4276 (or 0xAC4276) is known color: Royal Heath. HEX triplet: AC, 42 and 76. RGB value is (172,66,118). Sum of RGB (Red+Green+Blue) = 172+66+118=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4276 is #53BD89. Grayscale: #676767. Windows color (decimal): -5488010 or 7750316. OLE color: 7750316.

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

Color convert

RGB 172 66 118 -
CMYK 0 0.62 0.31 0.33
HSL 330.57º 0.45% 0.47% -
HSV(B) 330.57º 0.62% 0.67% -
XYZ 22.23 13.98 18.67 -
YUV 103.62 136.12 176.77 -
System Red Green Blue C M Y K H S L
Decimal 172 66 118 0 0.62 0.31 0.33 330.57 0.45 0.47
Hex AC 42 76 0 3E 1F 21 14B 2D 2F
Octal 254 102 166 0 76 37 41 513 55 57
Binary 10101100 1000010 1110110 0 111110 11111 100001 101001011 101101 101111

Color Harmonies of #AC4276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4276

Black with #AC4276

Text Example


Text Example

White with #AC4276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4276; }

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

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

background-color css

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

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

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

border-color css

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

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

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