#A96365

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

Shades of Turkish Rose #A96365

Tints of Turkish Rose #A96365

Color information

#A96365 (or 0xA96365) is unknown color: approx Turkish Rose. HEX triplet: A9, 63 and 65. RGB value is (169,99,101). Sum of RGB (Red+Green+Blue) = 169+99+101=369 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.80% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 169 - color contains mainly: red. Hex color #A96365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96365 is #569C9A. Grayscale: #787878. Windows color (decimal): -5676187 or 6644649. OLE color: 6644649.

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

Color convert

RGB16999101-
CMYK00.410.400.34
HSL358.29º28.93%52.55%-
HSV(B)358.29º41.42%66.27%-
XYZ23.1718.314.62-
YUV120.16117.19162.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.80%
GREEN value IS 99 (39.06% from 255) = 26.83%
BLUE value IS 101 (39.84% from 255) = 27.37%
R=45.80%
G=26.83%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699910100.410.400.34358.2928.9352.55
HexA9636502928221661d35
Octal25114314505150425463565
Binary1010100111000111100101010100110100010001010110011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96365; }

 p { color: rgb(169,99,101); }

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

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

 a { background-color: rgb(169,99,101); }

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

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

 span { border-color: rgb(169,99,101); }

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