#AC5175

Color #AC5175 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #AC5175

Tints of Royal Heath #AC5175

Color information

#AC5175 (or 0xAC5175) is unknown color: approx Royal Heath. HEX triplet: AC, 51 and 75. RGB value is (172,81,117). Sum of RGB (Red+Green+Blue) = 172+81+117=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5175 is #53AE8A. Grayscale: #707070. Windows color (decimal): -5484171 or 7688620. OLE color: 7688620.

HSL color Cylindrical-coordinate representation of color #AC5175: hue angle of 336.26º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC5175 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB17281117-
CMYK00.530.320.33
HSL336.26º35.97%49.61%-
HSV(B)336.26º52.91%67.45%-
XYZ23.1715.9418.69-
YUV112.31130.65170.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.49%
GREEN value IS 81 (32.03% from 255) = 21.89%
BLUE value IS 117 (46.09% from 255) = 31.62%
R=46.49%
G=21.89%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728111700.530.320.33336.2635.9749.61
HexAC517503520211502432
Octal25412116506540415204462
Binary10101100101000111101010110101100000100001101010000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5175; }

 p { color: rgb(172,81,117); }

 H1.HeaderClassName
 {
   color: #AC5175;
 }
 .AnyTagClassName
 {
   color: #AC5175;
 }
</style>
background-color css

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

 a { background-color: rgb(172,81,117); }

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

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

 span { border-color: rgb(172,81,117); }

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