#A28674

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

Shades of Almond Frost #A28674

Tints of Almond Frost #A28674

Color information

#A28674 (or 0xA28674) is unknown color: approx Almond Frost. HEX triplet: A2, 86 and 74. RGB value is (162,134,116). Sum of RGB (Red+Green+Blue) = 162+134+116=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 162 - color contains mainly: red. Hex color #A28674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28674 is #5D798B. Grayscale: #8C8C8C. Windows color (decimal): -6125964 or 7636642. OLE color: 7636642.

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

Color convert

RGB162134116-
CMYK00.170.280.36
HSL23.48º19.83%54.51%-
HSV(B)23.48º28.4%63.53%-
XYZ26.5825.9920.14-
YUV140.32114.28143.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.32%
GREEN value IS 134 (52.73% from 255) = 32.52%
BLUE value IS 116 (45.70% from 255) = 28.16%
R=39.32%
G=32.52%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213411600.170.280.3623.4819.8354.51
HexA286740111C24171437
Octal2422061640213444272467
Binary10100010100001101110100010001111001001001011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28674; }

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

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

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

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

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

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

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

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