#A97475

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

Shades of Turkish Rose #A97475

Tints of Turkish Rose #A97475

Color information

#A97475 (or 0xA97475) is unknown color: approx Turkish Rose. HEX triplet: A9, 74 and 75. RGB value is (169,116,117). Sum of RGB (Red+Green+Blue) = 169+116+117=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 169 - color contains mainly: red. Hex color #A97475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97475 is #568B8A. Grayscale: #848484. Windows color (decimal): -5671819 or 7697577. OLE color: 7697577.

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

Color convert

RGB169116117-
CMYK00.310.310.34
HSL358.87º23.56%55.88%-
HSV(B)358.87º31.36%66.27%-
XYZ25.8222.2119.76-
YUV131.96119.56154.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.04%
GREEN value IS 116 (45.70% from 255) = 28.86%
BLUE value IS 117 (46.09% from 255) = 29.10%
R=42.04%
G=28.86%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911611700.310.310.34358.8723.5655.88
HexA9747501F1F221671838
Octal25116416503737425473070
Binary10101001111010011101010111111111110001010110011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97475; }

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

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

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

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

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

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

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

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