#A4666E

Color #A4666E Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #A4666E

Tints of Turkish Rose #A4666E

Color information

#A4666E (or 0xA4666E) is unknown color: approx Turkish Rose. HEX triplet: A4, 66 and 6E. RGB value is (164,102,110). Sum of RGB (Red+Green+Blue) = 164+102+110=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A4666E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4666E is #5B9991. Grayscale: #797979. Windows color (decimal): -6003090 or 7235236. OLE color: 7235236.

HSL color Cylindrical-coordinate representation of color #A4666E: hue angle of 352.26º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A4666E is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB164102110-
CMYK00.380.330.36
HSL352.26º25.41%52.16%-
HSV(B)352.26º37.8%64.31%-
XYZ22.8818.5217.12-
YUV121.45121.54158.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.62%
GREEN value IS 102 (40.23% from 255) = 27.13%
BLUE value IS 110 (43.36% from 255) = 29.26%
R=43.62%
G=27.13%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410211000.380.330.36352.2625.4152.16
HexA4666E02621241601934
Octal24414615604641445403164
Binary1010010011001101101110010011010000110010010110000011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4666E; }

 p { color: rgb(164,102,110); }

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

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

 a { background-color: rgb(164,102,110); }

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

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

 span { border-color: rgb(164,102,110); }

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