#A96074

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

Shades of Turkish Rose #A96074

Tints of Turkish Rose #A96074

Color information

#A96074 (or 0xA96074) is unknown color: approx Turkish Rose. HEX triplet: A9, 60 and 74. RGB value is (169,96,116). Sum of RGB (Red+Green+Blue) = 169+96+116=381 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.36% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 169 - color contains mainly: red. Hex color #A96074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96074 is #569F8B. Grayscale: #787878. Windows color (decimal): -5676940 or 7626921. OLE color: 7626921.

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

Color convert

RGB16996116-
CMYK00.430.310.34
HSL343.56º29.8%51.96%-
HSV(B)343.56º43.2%66.27%-
XYZ23.718.0618.76-
YUV120.11125.68162.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.36%
GREEN value IS 96 (37.89% from 255) = 25.20%
BLUE value IS 116 (45.70% from 255) = 30.45%
R=44.36%
G=25.20%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699611600.430.310.34343.5629.851.96
HexA9607402B1F221581e34
Octal25114016405337425303664
Binary101010011100000111010001010111111110001010101100011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96074; }

 p { color: rgb(169,96,116); }

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

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

 a { background-color: rgb(169,96,116); }

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

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

 span { border-color: rgb(169,96,116); }

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