#A24675

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

Shades of Royal Heath #A24675

Tints of Royal Heath #A24675

Color information

#A24675 (or 0xA24675) is unknown color: approx Royal Heath. HEX triplet: A2, 46 and 75. RGB value is (162,70,117). Sum of RGB (Red+Green+Blue) = 162+70+117=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A24675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24675 is #5DB98A. Grayscale: #666666. Windows color (decimal): -6142347 or 7685794. OLE color: 7685794.

HSL color Cylindrical-coordinate representation of color #A24675: hue angle of 329.35º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A24675 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB16270117-
CMYK00.570.280.36
HSL329.35º39.66%45.49%-
HSV(B)329.35º56.79%63.53%-
XYZ20.313.3518.34-
YUV102.87135.98170.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.42%
GREEN value IS 70 (27.73% from 255) = 20.06%
BLUE value IS 117 (46.09% from 255) = 33.52%
R=46.42%
G=20.06%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627011700.570.280.36329.3539.6645.49
HexA246750391C24149282d
Octal24210616507134445115055
Binary1010001010001101110101011100111100100100101001001101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24675; }

 p { color: rgb(162,70,117); }

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

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

 a { background-color: rgb(162,70,117); }

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

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

 span { border-color: rgb(162,70,117); }

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