#A28982

Color #A28982 Almond Frost (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Almond Frost #A28982

Tints of Almond Frost #A28982

Color information

#A28982 (or 0xA28982) is unknown color: approx Almond Frost. HEX triplet: A2, 89 and 82. RGB value is (162,137,130). Sum of RGB (Red+Green+Blue) = 162+137+130=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 162 - color contains mainly: red. Hex color #A28982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28982 is #5D767D. Grayscale: #8F8F8F. Windows color (decimal): -6125182 or 8554914. OLE color: 8554914.

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

Color convert

RGB162137130-
CMYK00.150.200.36
HSL13.13º14.68%57.25%-
HSV(B)13.13º19.75%63.53%-
XYZ27.8827.1824.9-
YUV143.68120.28141.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.76%
GREEN value IS 137 (53.91% from 255) = 31.93%
BLUE value IS 130 (51.17% from 255) = 30.30%
R=37.76%
G=31.93%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213713000.150.200.3613.1314.6857.25
HexA289820F1424df39
Octal2422112020172444151771
Binary101000101000100110000010011111010010010011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28982; }

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

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

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

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

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

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

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

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