#A96C7A

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

Shades of Turkish Rose #A96C7A

Tints of Turkish Rose #A96C7A

Color information

#A96C7A (or 0xA96C7A) is unknown color: approx Turkish Rose. HEX triplet: A9, 6C and 7A. RGB value is (169,108,122). Sum of RGB (Red+Green+Blue) = 169+108+122=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 169 - color contains mainly: red. Hex color #A96C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96C7A is #569385. Grayscale: #7F7F7F. Windows color (decimal): -5673862 or 8023209. OLE color: 8023209.

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

Color convert

RGB169108122-
CMYK00.360.280.34
HSL346.23º26.18%54.31%-
HSV(B)346.23º36.09%66.27%-
XYZ25.2420.5721.05-
YUV127.84124.71157.36-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.36%
GREEN value IS 108 (42.58% from 255) = 27.07%
BLUE value IS 122 (48.05% from 255) = 30.58%
R=42.36%
G=27.07%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910812200.360.280.34346.2326.1854.31
HexA96C7A0241C2215a1a36
Octal25115417204434425323266
Binary101010011101100111101001001001110010001010101101011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96C7A; }

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

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

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

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

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

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

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

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