#A47277

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

Shades of Turkish Rose #A47277

Tints of Turkish Rose #A47277

Color information

#A47277 (or 0xA47277) is unknown color: approx Turkish Rose. HEX triplet: A4, 72 and 77. RGB value is (164,114,119). Sum of RGB (Red+Green+Blue) = 164+114+119=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A47277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47277 is #5B8D88. Grayscale: #818181. Windows color (decimal): -6000009 or 7828132. OLE color: 7828132.

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

Color convert

RGB164114119-
CMYK00.300.270.36
HSL354º21.55%54.51%-
HSV(B)354º30.49%64.31%-
XYZ24.6621.2620.26-
YUV129.52122.06152.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.31%
GREEN value IS 114 (44.92% from 255) = 28.72%
BLUE value IS 119 (46.88% from 255) = 29.97%
R=41.31%
G=28.72%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411411900.300.270.3635421.5554.51
HexA4727701E1B241621637
Octal24416216703633445422667
Binary10100100111001011101110111101101110010010110001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47277; }

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

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

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

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

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

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

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

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