Html Css Color HEX #AC496E Royal Heath

📋 copy color: '#AC496E'

red 172 ◦ green 73 ◦ blue 110

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

Shades of Royal Heath #AC496E

Tints of Royal Heath #AC496E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.56%

 BLUE value IS 110 (43.36% from 255) = 30.99%

R = 48.45%
G = 20.56%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AC496E (or 0xAC496E) is known color: Royal Heath. HEX triplet: AC, 49 and 6E. RGB value is (172,73,110). Sum of RGB (Red+Green+Blue) = 172+73+110=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC496E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC496E is #53B691. Grayscale: #6A6A6A. Windows color (decimal): -5486226 or 7227820. OLE color: 7227820.

HSL color Cylindrical-coordinate representation of color #AC496E: hue angle of 337.58º degrees, saturation: 0.4, 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 #AC496E is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 73 110 -
CMYK 0 0.58 0.36 0.33
HSL 337.58º 0.4% 0.48% -
HSV(B) 337.58º 0.58% 0.67% -
XYZ 22.21 14.66 16.41 -
YUV 106.82 129.8 174.49 -
System Red Green Blue C M Y K H S L
Decimal 172 73 110 0 0.58 0.36 0.33 337.58 0.4 0.48
Hex AC 49 6E 0 3A 24 21 152 28 30
Octal 254 111 156 0 72 44 41 522 50 60
Binary 10101100 1001001 1101110 0 111010 100100 100001 101010010 101000 110000

Color Harmonies of #AC496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC496E

Black with #AC496E

Text Example


Text Example

White with #AC496E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC496E; }

 p { color: rgb(172,73,110); }

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

background-color css

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

 a { background-color: rgb(172,73,110); }

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

border-color css

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

 span { border-color: rgb(172,73,110); }

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