#AC4075

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

Shades of Royal Heath #AC4075

Tints of Royal Heath #AC4075

Color information

#AC4075 (or 0xAC4075) is unknown color: approx Royal Heath. HEX triplet: AC, 40 and 75. RGB value is (172,64,117). Sum of RGB (Red+Green+Blue) = 172+64+117=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4075 is #53BF8A. Grayscale: #666666. Windows color (decimal): -5488523 or 7684268. OLE color: 7684268.

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

Color convert

RGB17264117-
CMYK00.630.320.33
HSL330.56º45.76%46.27%-
HSV(B)330.56º62.79%67.45%-
XYZ22.0613.7218.32-
YUV102.33136.28177.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.73%
GREEN value IS 64 (25.39% from 255) = 18.13%
BLUE value IS 117 (46.09% from 255) = 33.14%
R=48.73%
G=18.13%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726411700.630.320.33330.5645.7646.27
HexAC407503F202114b2e2e
Octal25410016507740415135656
Binary10101100100000011101010111111100000100001101001011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4075; }

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

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

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

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

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

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

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

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