Html Css Color HEX #AC486F Royal Heath

📋 copy color: '#AC486F'

red 172 ◦ green 72 ◦ blue 111

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

Shades of Royal Heath #AC486F

Tints of Royal Heath #AC486F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.28%

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

R = 48.45%
G = 20.28%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC486F (or 0xAC486F) is known color: Royal Heath. HEX triplet: AC, 48 and 6F. RGB value is (172,72,111). Sum of RGB (Red+Green+Blue) = 172+72+111=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC486F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC486F is #53B790. Grayscale: #6A6A6A. Windows color (decimal): -5486481 or 7293100. OLE color: 7293100.

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

Color convert

RGB 172 72 111 -
CMYK 0 0.58 0.35 0.33
HSL 336.6º 0.41% 0.48% -
HSV(B) 336.6º 0.58% 0.67% -
XYZ 22.2 14.55 16.68 -
YUV 106.35 130.63 174.83 -
System Red Green Blue C M Y K H S L
Decimal 172 72 111 0 0.58 0.35 0.33 336.6 0.41 0.48
Hex AC 48 6F 0 3A 23 21 151 29 30
Octal 254 110 157 0 72 43 41 521 51 60
Binary 10101100 1001000 1101111 0 111010 100011 100001 101010001 101001 110000

Color Harmonies of #AC486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC486F

Black with #AC486F

Text Example


Text Example

White with #AC486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC486F; }

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

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

background-color css

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

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

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

border-color css

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

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

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