#A4656D

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

Shades of Turkish Rose #A4656D

Tints of Turkish Rose #A4656D

Color information

#A4656D (or 0xA4656D) is unknown color: approx Turkish Rose. HEX triplet: A4, 65 and 6D. RGB value is (164,101,109). Sum of RGB (Red+Green+Blue) = 164+101+109=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 164 - color contains mainly: red. Hex color #A4656D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4656D is #5B9A92. Grayscale: #787878. Windows color (decimal): -6003347 or 7169444. OLE color: 7169444.

HSL color Cylindrical-coordinate representation of color #A4656D: hue angle of 352.38º degrees, saturation: 0.26, 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 #A4656D is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB164101109-
CMYK00.380.340.36
HSL352.38º25.71%51.96%-
HSV(B)352.38º38.41%64.31%-
XYZ22.7218.316.8-
YUV120.75121.37158.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.85%
GREEN value IS 101 (39.84% from 255) = 27.01%
BLUE value IS 109 (42.97% from 255) = 29.14%
R=43.85%
G=27.01%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410110900.380.340.36352.3825.7151.96
HexA4656D02622241601a34
Octal24414515504642445403264
Binary1010010011001011101101010011010001010010010110000011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4656D; }

 p { color: rgb(164,101,109); }

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

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

 a { background-color: rgb(164,101,109); }

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

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

 span { border-color: rgb(164,101,109); }

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