#A96B75

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

Shades of Turkish Rose #A96B75

Tints of Turkish Rose #A96B75

Color information

#A96B75 (or 0xA96B75) is unknown color: approx Turkish Rose. HEX triplet: A9, 6B and 75. RGB value is (169,107,117). Sum of RGB (Red+Green+Blue) = 169+107+117=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 169 - color contains mainly: red. Hex color #A96B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96B75 is #56948A. Grayscale: #7E7E7E. Windows color (decimal): -5674123 or 7695273. OLE color: 7695273.

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

Color convert

RGB169107117-
CMYK00.370.310.34
HSL350.32º26.5%54.12%-
HSV(B)350.32º36.69%66.27%-
XYZ24.8320.2319.43-
YUV126.68122.54158.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.00%
GREEN value IS 107 (42.19% from 255) = 27.23%
BLUE value IS 117 (46.09% from 255) = 29.77%
R=43.00%
G=27.23%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910711700.370.310.34350.3226.554.12
HexA96B750251F2215e1a36
Octal25115316504537425363266
Binary101010011101011111010101001011111110001010101111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96B75; }

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

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

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

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

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

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

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

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