Html Css Color HEX #AC476F Royal Heath

📋 copy color: '#AC476F'

red 172 ◦ green 71 ◦ blue 111

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

Shades of Royal Heath #AC476F

Tints of Royal Heath #AC476F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.06%

 BLUE value IS 111 (43.75% from 255) = 31.36%

R = 48.59%
G = 20.06%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC476F (or 0xAC476F) is known color: Royal Heath. HEX triplet: AC, 47 and 6F. RGB value is (172,71,111). Sum of RGB (Red+Green+Blue) = 172+71+111=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC476F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC476F is #53B890. Grayscale: #696969. Windows color (decimal): -5486737 or 7292844. OLE color: 7292844.

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

Color convert

RGB 172 71 111 -
CMYK 0 0.59 0.35 0.33
HSL 336.24º 0.42% 0.48% -
HSV(B) 336.24º 0.59% 0.67% -
XYZ 22.14 14.42 16.66 -
YUV 105.76 130.96 175.25 -
System Red Green Blue C M Y K H S L
Decimal 172 71 111 0 0.59 0.35 0.33 336.24 0.42 0.48
Hex AC 47 6F 0 3B 23 21 150 2A 30
Octal 254 107 157 0 73 43 41 520 52 60
Binary 10101100 1000111 1101111 0 111011 100011 100001 101010000 101010 110000

Color Harmonies of #AC476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC476F

Black with #AC476F

Text Example


Text Example

White with #AC476F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC476F; }

 p { color: rgb(172,71,111); }

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

background-color css

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

 a { background-color: rgb(172,71,111); }

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

border-color css

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

 span { border-color: rgb(172,71,111); }

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