#A27882

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

Shades of Turkish Rose #A27882

Tints of Turkish Rose #A27882

Color information

#A27882 (or 0xA27882) is unknown color: approx Turkish Rose. HEX triplet: A2, 78 and 82. RGB value is (162,120,130). Sum of RGB (Red+Green+Blue) = 162+120+130=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 162 - color contains mainly: red. Hex color #A27882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27882 is #5D877D. Grayscale: #858585. Windows color (decimal): -6129534 or 8550562. OLE color: 8550562.

HSL color Cylindrical-coordinate representation of color #A27882: hue angle of 345.71º 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 #A27882 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB162120130-
CMYK00.260.200.36
HSL345.71º18.42%55.29%-
HSV(B)345.71º25.93%63.53%-
XYZ25.6522.7324.15-
YUV133.7125.91148.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.32%
GREEN value IS 120 (47.27% from 255) = 29.13%
BLUE value IS 130 (51.17% from 255) = 31.55%
R=39.32%
G=29.13%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212013000.260.200.36345.7118.4255.29
HexA2788201A142415a1237
Octal24217020203224445322267
Binary101000101111000100000100110101010010010010101101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27882; }

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

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

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

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

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

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

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

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