Html Css Color HEX #AC496C Royal Heath

📋 copy color: '#AC496C'

red 172 ◦ green 73 ◦ blue 108

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

Shades of Royal Heath #AC496C

Tints of Royal Heath #AC496C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.59%

R = 48.73%
G = 20.68%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC496C (or 0xAC496C) is known color: Royal Heath. HEX triplet: AC, 49 and 6C. RGB value is (172,73,108). Sum of RGB (Red+Green+Blue) = 172+73+108=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC496C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC496C is #53B693. Grayscale: #6A6A6A. Windows color (decimal): -5486228 or 7096748. OLE color: 7096748.

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

Color convert

RGB 172 73 108 -
CMYK 0 0.58 0.37 0.33
HSL 338.79º 0.4% 0.48% -
HSV(B) 338.79º 0.58% 0.67% -
XYZ 22.1 14.62 15.84 -
YUV 106.59 128.8 174.65 -
System Red Green Blue C M Y K H S L
Decimal 172 73 108 0 0.58 0.37 0.33 338.79 0.4 0.48
Hex AC 49 6C 0 3A 25 21 153 28 30
Octal 254 111 154 0 72 45 41 523 50 60
Binary 10101100 1001001 1101100 0 111010 100101 100001 101010011 101000 110000

Color Harmonies of #AC496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC496C

Black with #AC496C

Text Example


Text Example

White with #AC496C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC496C; }

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

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

background-color css

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

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

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

border-color css

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

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

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