#A96465

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

Shades of Turkish Rose #A96465

Tints of Turkish Rose #A96465

Color information

#A96465 (or 0xA96465) is unknown color: approx Turkish Rose. HEX triplet: A9, 64 and 65. RGB value is (169,100,101). Sum of RGB (Red+Green+Blue) = 169+100+101=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A96465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96465 is #569B9A. Grayscale: #787878. Windows color (decimal): -5675931 or 6644905. OLE color: 6644905.

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

Color convert

RGB169100101-
CMYK00.410.400.34
HSL359.13º28.63%52.75%-
HSV(B)359.13º40.83%66.27%-
XYZ23.2718.4914.65-
YUV120.74116.86162.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.68%
GREEN value IS 100 (39.45% from 255) = 27.03%
BLUE value IS 101 (39.84% from 255) = 27.30%
R=45.68%
G=27.03%
B=27.30%

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
Decimal16910010100.410.400.34359.1328.6352.75
HexA9646502928221671d35
Octal25114414505150425473565
Binary1010100111001001100101010100110100010001010110011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96465; }

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

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

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

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

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

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

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

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