#a46569

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

Shades of Turkish Rose #A46569

Tints of Turkish Rose #A46569

Color information

#A46569 (or 0xA46569) is unknown color: approx Turkish Rose. HEX triplet: A4, 65 and 69. RGB value is (164,101,105). Sum of RGB (Red+Green+Blue) = 164+101+105=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A46569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46569 is #5B9A96. Grayscale: #787878. Windows color (decimal): -6003351 or 6907300. OLE color: 6907300.

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

Color convert

RGB164101105-
CMYK00.380.360.36
HSL356.19º25.71%51.96%-
HSV(B)356.19º38.41%64.31%-
XYZ22.5118.2215.69-
YUV120.29119.37159.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.32%
GREEN value IS 101 (39.84% from 255) = 27.30%
BLUE value IS 105 (41.41% from 255) = 28.38%
R=44.32%
G=27.30%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410110500.380.360.36356.1925.7151.96
HexA4656902624241641a34
Octal24414515104644445443264
Binary1010010011001011101001010011010010010010010110010011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a46569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a46569; }

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

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

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

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

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

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

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

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