#A28082

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

Shades of Turkish Rose #A28082

Tints of Turkish Rose #A28082

Color information

#A28082 (or 0xA28082) is unknown color: approx Turkish Rose. HEX triplet: A2, 80 and 82. RGB value is (162,128,130). Sum of RGB (Red+Green+Blue) = 162+128+130=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 162 - color contains mainly: red. Hex color #A28082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28082 is #5D7F7D. Grayscale: #8A8A8A. Windows color (decimal): -6127486 or 8552610. OLE color: 8552610.

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

Color convert

RGB162128130-
CMYK00.210.200.36
HSL356.47º15.45%56.86%-
HSV(B)356.47º20.99%63.53%-
XYZ26.6524.7324.49-
YUV138.39123.26144.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.57%
GREEN value IS 128 (50.39% from 255) = 30.48%
BLUE value IS 130 (51.17% from 255) = 30.95%
R=38.57%
G=30.48%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212813000.210.200.36356.4715.4556.86
HexA280820151424164f39
Octal24220020202524445441771
Binary101000101000000010000010010101101001001001011001001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28082; }

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

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

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

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

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

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

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

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