#A28571

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

Shades of Almond Frost #A28571

Tints of Almond Frost #A28571

Color information

#A28571 (or 0xA28571) is unknown color: approx Almond Frost. HEX triplet: A2, 85 and 71. RGB value is (162,133,113). Sum of RGB (Red+Green+Blue) = 162+133+113=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 162 - color contains mainly: red. Hex color #A28571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28571 is #5D7A8E. Grayscale: #8B8B8B. Windows color (decimal): -6126223 or 7439778. OLE color: 7439778.

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

Color convert

RGB162133113-
CMYK00.180.300.36
HSL24.49º20.85%53.92%-
HSV(B)24.49º30.25%63.53%-
XYZ26.2725.6519.19-
YUV139.39113.11144.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.71%
GREEN value IS 133 (52.34% from 255) = 32.60%
BLUE value IS 113 (44.53% from 255) = 27.70%
R=39.71%
G=32.60%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213311300.180.300.3624.4920.8553.92
HexA285710121E24181536
Octal2422051610223644302566
Binary10100010100001011110001010010111101001001100010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28571; }

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

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

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

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

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

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

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

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