#A97175

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

Shades of Turkish Rose #A97175

Tints of Turkish Rose #A97175

Color information

#A97175 (or 0xA97175) is unknown color: approx Turkish Rose. HEX triplet: A9, 71 and 75. RGB value is (169,113,117). Sum of RGB (Red+Green+Blue) = 169+113+117=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 169 - color contains mainly: red. Hex color #A97175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97175 is #568E8A. Grayscale: #828282. Windows color (decimal): -5672587 or 7696809. OLE color: 7696809.

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

Color convert

RGB169113117-
CMYK00.330.310.34
HSL355.71º24.56%55.29%-
HSV(B)355.71º33.14%66.27%-
XYZ25.4821.5319.64-
YUV130.2120.55155.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.36%
GREEN value IS 113 (44.53% from 255) = 28.32%
BLUE value IS 117 (46.09% from 255) = 29.32%
R=42.36%
G=28.32%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911311700.330.310.34355.7124.5655.29
HexA971750211F221641937
Octal25116116504137425443167
Binary101010011110001111010101000011111110001010110010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97175; }

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

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

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

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

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

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

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

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