#A96872

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

Shades of Turkish Rose #A96872

Tints of Turkish Rose #A96872

Color information

#A96872 (or 0xA96872) is unknown color: approx Turkish Rose. HEX triplet: A9, 68 and 72. RGB value is (169,104,114). Sum of RGB (Red+Green+Blue) = 169+104+114=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 169 - color contains mainly: red. Hex color #A96872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96872 is #56978D. Grayscale: #7C7C7C. Windows color (decimal): -5674894 or 7497897. OLE color: 7497897.

HSL color Cylindrical-coordinate representation of color #A96872: hue angle of 350.77º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A96872 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB169104114-
CMYK00.380.330.34
HSL350.77º27.43%53.53%-
HSV(B)350.77º38.46%66.27%-
XYZ24.3519.5518.41-
YUV124.57122.03159.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.67%
GREEN value IS 104 (41.02% from 255) = 26.87%
BLUE value IS 114 (44.92% from 255) = 29.46%
R=43.67%
G=26.87%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910411400.380.330.34350.7727.4353.53
HexA96872026212215f1b36
Octal25115016204641425373366
Binary1010100111010001110010010011010000110001010101111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96872; }

 p { color: rgb(169,104,114); }

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

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

 a { background-color: rgb(169,104,114); }

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

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

 span { border-color: rgb(169,104,114); }

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