#A96569

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

Shades of Turkish Rose #A96569

Tints of Turkish Rose #A96569

Color information

#A96569 (or 0xA96569) is unknown color: approx Turkish Rose. HEX triplet: A9, 65 and 69. RGB value is (169,101,105). Sum of RGB (Red+Green+Blue) = 169+101+105=375 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.07% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 169 - color contains mainly: red. Hex color #A96569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96569 is #569A96. Grayscale: #797979. Windows color (decimal): -5675671 or 6907305. OLE color: 6907305.

HSL color Cylindrical-coordinate representation of color #A96569: hue angle of 356.47º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A96569 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB169101105-
CMYK00.400.380.34
HSL356.47º28.33%52.94%-
HSV(B)356.47º40.24%66.27%-
XYZ23.5718.7615.74-
YUV121.79118.53161.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.07%
GREEN value IS 101 (39.84% from 255) = 26.93%
BLUE value IS 105 (41.41% from 255) = 28%
R=45.07%
G=26.93%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910110500.400.380.34356.4728.3352.94
HexA9656902826221641c35
Octal25114515105046425443465
Binary1010100111001011101001010100010011010001010110010011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96569; }

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

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

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

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

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

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

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

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