#A28573

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

Shades of Almond Frost #A28573

Tints of Almond Frost #A28573

Color information

#A28573 (or 0xA28573) is unknown color: approx Almond Frost. HEX triplet: A2, 85 and 73. RGB value is (162,133,115). Sum of RGB (Red+Green+Blue) = 162+133+115=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 162 - color contains mainly: red. Hex color #A28573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28573 is #5D7A8C. Grayscale: #8B8B8B. Windows color (decimal): -6126221 or 7570850. OLE color: 7570850.

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

Color convert

RGB162133115-
CMYK00.180.290.36
HSL22.98º20.17%54.31%-
HSV(B)22.98º29.01%63.53%-
XYZ26.3825.6919.79-
YUV139.62114.11143.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.51%
GREEN value IS 133 (52.34% from 255) = 32.44%
BLUE value IS 115 (45.31% from 255) = 28.05%
R=39.51%
G=32.44%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213311500.180.290.3622.9820.1754.31
HexA285730121D24171436
Octal2422051630223544272466
Binary10100010100001011110011010010111011001001011110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28573; }

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

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

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

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

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

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

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

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