#A96264

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

Shades of Turkish Rose #A96264

Tints of Turkish Rose #A96264

Color information

#A96264 (or 0xA96264) is unknown color: approx Turkish Rose. HEX triplet: A9, 62 and 64. RGB value is (169,98,100). Sum of RGB (Red+Green+Blue) = 169+98+100=367 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.05% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 169 - color contains mainly: red. Hex color #A96264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96264 is #569D9B. Grayscale: #777777. Windows color (decimal): -5676444 or 6578857. OLE color: 6578857.

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

Color convert

RGB16998100-
CMYK00.420.410.34
HSL358.31º29.22%52.35%-
HSV(B)358.31º42.01%66.27%-
XYZ23.0318.0914.33-
YUV119.46117.02163.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.05%
GREEN value IS 98 (38.67% from 255) = 26.70%
BLUE value IS 100 (39.45% from 255) = 27.25%
R=46.05%
G=26.70%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699810000.420.410.34358.3129.2252.35
HexA9626402A29221661d34
Octal25114214405251425463564
Binary1010100111000101100100010101010100110001010110011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96264; }

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

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

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

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

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

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

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

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