#A96B7A

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

Shades of Turkish Rose #A96B7A

Tints of Turkish Rose #A96B7A

Color information

#A96B7A (or 0xA96B7A) is unknown color: approx Turkish Rose. HEX triplet: A9, 6B and 7A. RGB value is (169,107,122). Sum of RGB (Red+Green+Blue) = 169+107+122=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 169 - color contains mainly: red. Hex color #A96B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96B7A is #569485. Grayscale: #7F7F7F. Windows color (decimal): -5674118 or 8022953. OLE color: 8022953.

HSL color Cylindrical-coordinate representation of color #A96B7A: hue angle of 345.48º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A96B7A is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB169107122-
CMYK00.370.280.34
HSL345.48º26.5%54.12%-
HSV(B)345.48º36.69%66.27%-
XYZ25.1320.3621.02-
YUV127.25125.04157.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.46%
GREEN value IS 107 (42.19% from 255) = 26.88%
BLUE value IS 122 (48.05% from 255) = 30.65%
R=42.46%
G=26.88%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910712200.370.280.34345.4826.554.12
HexA96B7A0251C221591a36
Octal25115317204534425313266
Binary101010011101011111101001001011110010001010101100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96B7A; }

 p { color: rgb(169,107,122); }

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

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

 a { background-color: rgb(169,107,122); }

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

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

 span { border-color: rgb(169,107,122); }

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