#A47577

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

Shades of Turkish Rose #A47577

Tints of Turkish Rose #A47577

Color information

#A47577 (or 0xA47577) is unknown color: approx Turkish Rose. HEX triplet: A4, 75 and 77. RGB value is (164,117,119). Sum of RGB (Red+Green+Blue) = 164+117+119=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A47577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47577 is #5B8A88. Grayscale: #838383. Windows color (decimal): -5999241 or 7828900. OLE color: 7828900.

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

Color convert

RGB164117119-
CMYK00.290.270.36
HSL357.45º20.52%55.1%-
HSV(B)357.45º28.66%64.31%-
XYZ2521.9520.37-
YUV131.28121.07151.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41%
GREEN value IS 117 (46.09% from 255) = 29.25%
BLUE value IS 119 (46.88% from 255) = 29.75%
R=41%
G=29.25%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411711900.290.270.36357.4520.5255.1
HexA4757701D1B241651537
Octal24416516703533445452567
Binary10100100111010111101110111011101110010010110010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47577; }

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

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

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

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

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

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

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

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