#A28471

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

Shades of Almond Frost #A28471

Tints of Almond Frost #A28471

Color information

#A28471 (or 0xA28471) is unknown color: approx Almond Frost. HEX triplet: A2, 84 and 71. RGB value is (162,132,113). Sum of RGB (Red+Green+Blue) = 162+132+113=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 113 (44.53% from 255 or 27.76% from 407); Max value from RGB is 162 - color contains mainly: red. Hex color #A28471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28471 is #5D7B8E. Grayscale: #8A8A8A. Windows color (decimal): -6126479 or 7439522. OLE color: 7439522.

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

Color convert

RGB162132113-
CMYK00.190.300.36
HSL23.27º20.85%53.92%-
HSV(B)23.27º30.25%63.53%-
XYZ26.1325.3819.14-
YUV138.8113.44144.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.80%
GREEN value IS 132 (51.95% from 255) = 32.43%
BLUE value IS 113 (44.53% from 255) = 27.76%
R=39.80%
G=32.43%
B=27.76%

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
Decimal16213211300.190.300.3623.2720.8553.92
HexA284710131E24171536
Octal2422041610233644272566
Binary10100010100001001110001010011111101001001011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28471; }

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

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

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

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

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

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

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

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