#AC4975

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

Shades of Royal Heath #AC4975

Tints of Royal Heath #AC4975

Color information

#AC4975 (or 0xAC4975) is unknown color: approx Royal Heath. HEX triplet: AC, 49 and 75. RGB value is (172,73,117). Sum of RGB (Red+Green+Blue) = 172+73+117=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4975 is #53B68A. Grayscale: #6B6B6B. Windows color (decimal): -5486219 or 7686572. OLE color: 7686572.

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

Color convert

RGB17273117-
CMYK00.580.320.33
HSL333.33º40.41%48.04%-
HSV(B)333.33º57.56%67.45%-
XYZ22.6114.8218.5-
YUV107.62133.3173.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.51%
GREEN value IS 73 (28.91% from 255) = 20.17%
BLUE value IS 117 (46.09% from 255) = 32.32%
R=47.51%
G=20.17%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727311700.580.320.33333.3340.4148.04
HexAC497503A202114d2830
Octal25411116507240415155060
Binary10101100100100111101010111010100000100001101001101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4975; }

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

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

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

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

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

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

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

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