Html Css Color HEX #AC4076 Royal Heath

📋 copy color: '#AC4076'

red 172 ◦ green 64 ◦ blue 118

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

Shades of Royal Heath #AC4076

Tints of Royal Heath #AC4076

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.08%

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

R = 48.59%
G = 18.08%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC4076 (or 0xAC4076) is known color: Royal Heath. HEX triplet: AC, 40 and 76. RGB value is (172,64,118). Sum of RGB (Red+Green+Blue) = 172+64+118=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4076 is #53BF89. Grayscale: #666666. Windows color (decimal): -5488522 or 7749804. OLE color: 7749804.

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

Color convert

RGB 172 64 118 -
CMYK 0 0.63 0.31 0.33
HSL 330º 0.46% 0.46% -
HSV(B) 330º 0.63% 0.67% -
XYZ 22.12 13.75 18.63 -
YUV 102.45 136.78 177.61 -
System Red Green Blue C M Y K H S L
Decimal 172 64 118 0 0.63 0.31 0.33 330 0.46 0.46
Hex AC 40 76 0 3F 1F 21 14A 2E 2E
Octal 254 100 166 0 77 37 41 512 56 56
Binary 10101100 1000000 1110110 0 111111 11111 100001 101001010 101110 101110

Color Harmonies of #AC4076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4076

Black with #AC4076

Text Example


Text Example

White with #AC4076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4076; }

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

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

background-color css

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

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

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

border-color css

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

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

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