#A27880

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

Shades of Turkish Rose #A27880

Tints of Turkish Rose #A27880

Color information

#A27880 (or 0xA27880) is unknown color: approx Turkish Rose. HEX triplet: A2, 78 and 80. RGB value is (162,120,128). Sum of RGB (Red+Green+Blue) = 162+120+128=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 120 (47.27% from 255 or 29.27% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 162 - color contains mainly: red. Hex color #A27880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27880 is #5D877F. Grayscale: #858585. Windows color (decimal): -6129536 or 8419490. OLE color: 8419490.

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

Color convert

RGB162120128-
CMYK00.260.210.36
HSL348.57º18.42%55.29%-
HSV(B)348.57º25.93%63.53%-
XYZ25.5122.6723.45-
YUV133.47124.91148.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.51%
GREEN value IS 120 (47.27% from 255) = 29.27%
BLUE value IS 128 (50.39% from 255) = 31.22%
R=39.51%
G=29.27%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212012800.260.210.36348.5718.4255.29
HexA2788001A152415d1237
Octal24217020003225445352267
Binary101000101111000100000000110101010110010010101110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27880; }

 p { color: rgb(162,120,128); }

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

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

 a { background-color: rgb(162,120,128); }

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

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

 span { border-color: rgb(162,120,128); }

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