#A96E75

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

Shades of Turkish Rose #A96E75

Tints of Turkish Rose #A96E75

Color information

#A96E75 (or 0xA96E75) is unknown color: approx Turkish Rose. HEX triplet: A9, 6E and 75. RGB value is (169,110,117). Sum of RGB (Red+Green+Blue) = 169+110+117=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 110 (43.36% from 255 or 27.78% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96E75 is #56918A. Grayscale: #808080. Windows color (decimal): -5673355 or 7696041. OLE color: 7696041.

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

Color convert

RGB169110117-
CMYK00.350.310.34
HSL352.88º25.54%54.71%-
HSV(B)352.88º34.91%66.27%-
XYZ25.1520.8719.53-
YUV128.44121.55156.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.68%
GREEN value IS 110 (43.36% from 255) = 27.78%
BLUE value IS 117 (46.09% from 255) = 29.55%
R=42.68%
G=27.78%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911011700.350.310.34352.8825.5454.71
HexA96E750231F221611a37
Octal25115616504337425413267
Binary101010011101110111010101000111111110001010110000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96E75; }

 p { color: rgb(169,110,117); }

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

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

 a { background-color: rgb(169,110,117); }

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

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

 span { border-color: rgb(169,110,117); }

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