#A64A6F

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

Shades of Royal Heath #A64A6F

Tints of Royal Heath #A64A6F

Color information

#A64A6F (or 0xA64A6F) is unknown color: approx Royal Heath. HEX triplet: A6, 4A and 6F. RGB value is (166,74,111). Sum of RGB (Red+Green+Blue) = 166+74+111=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64A6F is #59B590. Grayscale: #696969. Windows color (decimal): -5879185 or 7293606. OLE color: 7293606.

HSL color Cylindrical-coordinate representation of color #A64A6F: hue angle of 335.87º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A64A6F is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB16674111-
CMYK00.550.330.35
HSL335.87º38.33%47.06%-
HSV(B)335.87º55.42%65.1%-
XYZ21.0414.1516.66-
YUV105.73130.98170.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.29%
GREEN value IS 74 (29.30% from 255) = 21.08%
BLUE value IS 111 (43.75% from 255) = 31.62%
R=47.29%
G=21.08%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667411100.550.330.35335.8738.3347.06
HexA64A6F0372123150262f
Octal24611215706741435204657
Binary10100110100101011011110110111100001100011101010000100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64A6F; }

 p { color: rgb(166,74,111); }

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

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

 a { background-color: rgb(166,74,111); }

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

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

 span { border-color: rgb(166,74,111); }

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