#A28773

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

Shades of Almond Frost #A28773

Tints of Almond Frost #A28773

Color information

#A28773 (or 0xA28773) is unknown color: approx Almond Frost. HEX triplet: A2, 87 and 73. RGB value is (162,135,115). Sum of RGB (Red+Green+Blue) = 162+135+115=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 162 - color contains mainly: red. Hex color #A28773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28773 is #5D788C. Grayscale: #8C8C8C. Windows color (decimal): -6125709 or 7571362. OLE color: 7571362.

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

Color convert

RGB162135115-
CMYK00.170.290.36
HSL25.53º20.17%54.31%-
HSV(B)25.53º29.01%63.53%-
XYZ26.6626.2519.88-
YUV140.79113.45143.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.32%
GREEN value IS 135 (53.12% from 255) = 32.77%
BLUE value IS 115 (45.31% from 255) = 27.91%
R=39.32%
G=32.77%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213511500.170.290.3625.5320.1754.31
HexA287730111D241a1436
Octal2422071630213544322466
Binary10100010100001111110011010001111011001001101010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28773; }

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

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

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

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

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

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

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

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