#A47E81

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

Shades of Turkish Rose #A47E81

Tints of Turkish Rose #A47E81

Color information

#A47E81 (or 0xA47E81) is unknown color: approx Turkish Rose. HEX triplet: A4, 7E and 81. RGB value is (164,126,129). Sum of RGB (Red+Green+Blue) = 164+126+129=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47E81 is #5B817E. Grayscale: #898989. Windows color (decimal): -5996927 or 8486564. OLE color: 8486564.

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

Color convert

RGB164126129-
CMYK00.230.210.36
HSL355.26º17.27%56.86%-
HSV(B)355.26º23.17%64.31%-
XYZ26.7324.424.07-
YUV137.7123.09146.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.14%
GREEN value IS 126 (49.61% from 255) = 30.07%
BLUE value IS 129 (50.78% from 255) = 30.79%
R=39.14%
G=30.07%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412612900.230.210.36355.2617.2756.86
HexA47E8101715241631139
Octal24417620102725445432171
Binary101001001111110100000010101111010110010010110001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47E81; }

 p { color: rgb(164,126,129); }

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

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

 a { background-color: rgb(164,126,129); }

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

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

 span { border-color: rgb(164,126,129); }

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