#A28673

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

Shades of Almond Frost #A28673

Tints of Almond Frost #A28673

Color information

#A28673 (or 0xA28673) is unknown color: approx Almond Frost. HEX triplet: A2, 86 and 73. RGB value is (162,134,115). Sum of RGB (Red+Green+Blue) = 162+134+115=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 162 - color contains mainly: red. Hex color #A28673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28673 is #5D798C. Grayscale: #8C8C8C. Windows color (decimal): -6125965 or 7571106. OLE color: 7571106.

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

Color convert

RGB162134115-
CMYK00.170.290.36
HSL24.26º20.17%54.31%-
HSV(B)24.26º29.01%63.53%-
XYZ26.5225.9719.83-
YUV140.21113.78143.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.42%
GREEN value IS 134 (52.73% from 255) = 32.60%
BLUE value IS 115 (45.31% from 255) = 27.98%
R=39.42%
G=32.60%
B=27.98%

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
Decimal16213411500.170.290.3624.2620.1754.31
HexA286730111D24181436
Octal2422061630213544302466
Binary10100010100001101110011010001111011001001100010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28673; }

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

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

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

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

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

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

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

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