#A64F6D

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

Shades of Royal Heath #A64F6D

Tints of Royal Heath #A64F6D

Color information

#A64F6D (or 0xA64F6D) is unknown color: approx Royal Heath. HEX triplet: A6, 4F and 6D. RGB value is (166,79,109). Sum of RGB (Red+Green+Blue) = 166+79+109=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A64F6D is #59B092. Grayscale: #6C6C6C. Windows color (decimal): -5877907 or 7163814. OLE color: 7163814.

HSL color Cylindrical-coordinate representation of color #A64F6D: hue angle of 339.31º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A64F6D is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB16679109-
CMYK00.520.340.35
HSL339.31º35.51%48.04%-
HSV(B)339.31º52.41%65.1%-
XYZ21.2814.816.2-
YUV108.43128.32169.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.89%
GREEN value IS 79 (31.25% from 255) = 22.32%
BLUE value IS 109 (42.97% from 255) = 30.79%
R=46.89%
G=22.32%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667910900.520.340.35339.3135.5148.04
HexA64F6D03422231532430
Octal24611715506442435234460
Binary10100110100111111011010110100100010100011101010011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64F6D; }

 p { color: rgb(166,79,109); }

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

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

 a { background-color: rgb(166,79,109); }

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

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

 span { border-color: rgb(166,79,109); }

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