#A27479

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

Shades of Turkish Rose #A27479

Tints of Turkish Rose #A27479

Color information

#A27479 (or 0xA27479) is unknown color: approx Turkish Rose. HEX triplet: A2, 74 and 79. RGB value is (162,116,121). Sum of RGB (Red+Green+Blue) = 162+116+121=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 162 - color contains mainly: red. Hex color #A27479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27479 is #5D8B86. Grayscale: #828282. Windows color (decimal): -6130567 or 7959714. OLE color: 7959714.

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

Color convert

RGB162116121-
CMYK00.280.250.36
HSL353.48º19.83%54.51%-
HSV(B)353.48º28.4%63.53%-
XYZ24.621.5520.95-
YUV130.32122.74150.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.60%
GREEN value IS 116 (45.70% from 255) = 29.07%
BLUE value IS 121 (47.66% from 255) = 30.33%
R=40.60%
G=29.07%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211612100.280.250.36353.4819.8354.51
HexA2747901C19241611437
Octal24216417103431445412467
Binary10100010111010011110010111001100110010010110000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27479; }

 p { color: rgb(162,116,121); }

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

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

 a { background-color: rgb(162,116,121); }

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

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

 span { border-color: rgb(162,116,121); }

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