#A28472

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

Shades of Almond Frost #A28472

Tints of Almond Frost #A28472

Color information

#A28472 (or 0xA28472) is unknown color: approx Almond Frost. HEX triplet: A2, 84 and 72. RGB value is (162,132,114). Sum of RGB (Red+Green+Blue) = 162+132+114=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 162 - color contains mainly: red. Hex color #A28472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28472 is #5D7B8D. Grayscale: #8B8B8B. Windows color (decimal): -6126478 or 7505058. OLE color: 7505058.

HSL color Cylindrical-coordinate representation of color #A28472: hue angle of 22.5º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A28472 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB162132114-
CMYK00.190.300.36
HSL22.5º20.51%54.12%-
HSV(B)22.5º29.63%63.53%-
XYZ26.1925.419.44-
YUV138.92113.94144.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.71%
GREEN value IS 132 (51.95% from 255) = 32.35%
BLUE value IS 114 (44.92% from 255) = 27.94%
R=39.71%
G=32.35%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213211400.190.300.3622.520.5154.12
HexA284720131E24171536
Octal2422041620233644272566
Binary10100010100001001110010010011111101001001011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28472; }

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

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

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

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

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

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

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

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