#A47077

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

Shades of Turkish Rose #A47077

Tints of Turkish Rose #A47077

Color information

#A47077 (or 0xA47077) is unknown color: approx Turkish Rose. HEX triplet: A4, 70 and 77. RGB value is (164,112,119). Sum of RGB (Red+Green+Blue) = 164+112+119=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A47077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47077 is #5B8F88. Grayscale: #808080. Windows color (decimal): -6000521 or 7827620. OLE color: 7827620.

HSL color Cylindrical-coordinate representation of color #A47077: hue angle of 351.92º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A47077 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB164112119-
CMYK00.320.270.36
HSL351.92º22.22%54.12%-
HSV(B)351.92º31.71%64.31%-
XYZ24.4320.8120.18-
YUV128.35122.73153.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.52%
GREEN value IS 112 (44.14% from 255) = 28.35%
BLUE value IS 119 (46.88% from 255) = 30.13%
R=41.52%
G=28.35%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411211900.320.270.36351.9222.2254.12
HexA470770201B241601636
Octal24416016704033445402666
Binary101001001110000111011101000001101110010010110000010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47077; }

 p { color: rgb(164,112,119); }

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

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

 a { background-color: rgb(164,112,119); }

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

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

 span { border-color: rgb(164,112,119); }

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