#A97375

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

Shades of Turkish Rose #A97375

Tints of Turkish Rose #A97375

Color information

#A97375 (or 0xA97375) is unknown color: approx Turkish Rose. HEX triplet: A9, 73 and 75. RGB value is (169,115,117). Sum of RGB (Red+Green+Blue) = 169+115+117=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 169 - color contains mainly: red. Hex color #A97375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97375 is #568C8A. Grayscale: #838383. Windows color (decimal): -5672075 or 7697321. OLE color: 7697321.

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

Color convert

RGB169115117-
CMYK00.320.310.34
HSL357.78º23.89%55.69%-
HSV(B)357.78º31.95%66.27%-
XYZ25.721.9819.72-
YUV131.37119.89154.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.14%
GREEN value IS 115 (45.31% from 255) = 28.68%
BLUE value IS 117 (46.09% from 255) = 29.18%
R=42.14%
G=28.68%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911511700.320.310.34357.7823.8955.69
HexA973750201F221661838
Octal25116316504037425463070
Binary101010011110011111010101000001111110001010110011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97375; }

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

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

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

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

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

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

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

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