#A96775

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

Shades of Turkish Rose #A96775

Tints of Turkish Rose #A96775

Color information

#A96775 (or 0xA96775) is unknown color: approx Turkish Rose. HEX triplet: A9, 67 and 75. RGB value is (169,103,117). Sum of RGB (Red+Green+Blue) = 169+103+117=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 169 - color contains mainly: red. Hex color #A96775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96775 is #56988A. Grayscale: #7C7C7C. Windows color (decimal): -5675147 or 7694249. OLE color: 7694249.

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

Color convert

RGB169103117-
CMYK00.390.310.34
HSL347.27º27.73%53.33%-
HSV(B)347.27º39.05%66.27%-
XYZ24.4219.4219.29-
YUV124.33123.87159.86-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.44%
GREEN value IS 103 (40.62% from 255) = 26.48%
BLUE value IS 117 (46.09% from 255) = 30.08%
R=43.44%
G=26.48%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910311700.390.310.34347.2727.7353.33
HexA967750271F2215b1c35
Octal25114716504737425333465
Binary101010011100111111010101001111111110001010101101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96775; }

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

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

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

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

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

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

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

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