#A96E74

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

Shades of Turkish Rose #A96E74

Tints of Turkish Rose #A96E74

Color information

#A96E74 (or 0xA96E74) is unknown color: approx Turkish Rose. HEX triplet: A9, 6E and 74. RGB value is (169,110,116). Sum of RGB (Red+Green+Blue) = 169+110+116=395 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.78% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96E74 is #56918B. Grayscale: #808080. Windows color (decimal): -5673356 or 7630505. OLE color: 7630505.

HSL color Cylindrical-coordinate representation of color #A96E74: hue angle of 353.9º 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 #A96E74 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB169110116-
CMYK00.350.310.34
HSL353.9º25.54%54.71%-
HSV(B)353.9º34.91%66.27%-
XYZ25.0920.8519.22-
YUV128.32121.05157.01-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.78%
GREEN value IS 110 (43.36% from 255) = 27.85%
BLUE value IS 116 (45.70% from 255) = 29.37%
R=42.78%
G=27.85%
B=29.37%

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
Decimal16911011600.350.310.34353.925.5454.71
HexA96E740231F221621a37
Octal25115616404337425423267
Binary101010011101110111010001000111111110001010110001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96E74; }

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

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

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

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

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

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

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

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