#A28485

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

Shades of Turkish Rose #A28485

Tints of Turkish Rose #A28485

Color information

#A28485 (or 0xA28485) is unknown color: approx Turkish Rose. HEX triplet: A2, 84 and 85. RGB value is (162,132,133). Sum of RGB (Red+Green+Blue) = 162+132+133=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 162 - color contains mainly: red. Hex color #A28485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28485 is #5D7B7A. Grayscale: #8D8D8D. Windows color (decimal): -6126459 or 8750242. OLE color: 8750242.

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

Color convert

RGB162132133-
CMYK00.190.180.36
HSL358º13.89%57.65%-
HSV(B)358º18.52%63.53%-
XYZ27.3925.8825.74-
YUV141.08123.44142.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.94%
GREEN value IS 132 (51.95% from 255) = 30.91%
BLUE value IS 133 (52.34% from 255) = 31.15%
R=37.94%
G=30.91%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213213300.190.180.3635813.8957.65
HexA284850131224166e3a
Octal24220420502322445461672
Binary101000101000010010000101010011100101001001011001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28485; }

 p { color: rgb(162,132,133); }

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

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

 a { background-color: rgb(162,132,133); }

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

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

 span { border-color: rgb(162,132,133); }

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