Html Css Color HEX #AC4A76 Royal Heath

📋 copy color: '#AC4A76'

red 172 ◦ green 74 ◦ blue 118

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

Shades of Royal Heath #AC4A76

Tints of Royal Heath #AC4A76

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.33%

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

R = 47.25%
G = 20.33%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC4A76 (or 0xAC4A76) is known color: Royal Heath. HEX triplet: AC, 4A and 76. RGB value is (172,74,118). Sum of RGB (Red+Green+Blue) = 172+74+118=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4A76 is #53B589. Grayscale: #6C6C6C. Windows color (decimal): -5485962 or 7752364. OLE color: 7752364.

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

Color convert

RGB 172 74 118 -
CMYK 0 0.57 0.31 0.33
HSL 333.06º 0.4% 0.48% -
HSV(B) 333.06º 0.57% 0.67% -
XYZ 22.73 14.98 18.83 -
YUV 108.32 133.47 173.42 -
System Red Green Blue C M Y K H S L
Decimal 172 74 118 0 0.57 0.31 0.33 333.06 0.4 0.48
Hex AC 4A 76 0 39 1F 21 14D 28 30
Octal 254 112 166 0 71 37 41 515 50 60
Binary 10101100 1001010 1110110 0 111001 11111 100001 101001101 101000 110000

Color Harmonies of #AC4A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4A76

Black with #AC4A76

Text Example


Text Example

White with #AC4A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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