#A48674

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

Shades of Almond Frost #A48674

Tints of Almond Frost #A48674

Color information

#A48674 (or 0xA48674) is unknown color: approx Almond Frost. HEX triplet: A4, 86 and 74. RGB value is (164,134,116). Sum of RGB (Red+Green+Blue) = 164+134+116=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 164 - color contains mainly: red. Hex color #A48674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48674 is #5B798B. Grayscale: #8D8D8D. Windows color (decimal): -5994892 or 7636644. OLE color: 7636644.

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

Color convert

RGB164134116-
CMYK00.180.290.36
HSL22.5º20.87%54.9%-
HSV(B)22.5º29.27%64.31%-
XYZ26.9926.220.16-
YUV140.92113.94144.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.61%
GREEN value IS 134 (52.73% from 255) = 32.37%
BLUE value IS 116 (45.70% from 255) = 28.02%
R=39.61%
G=32.37%
B=28.02%

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
Decimal16413411600.180.290.3622.520.8754.9
HexA486740121D24171537
Octal2442061640223544272567
Binary10100100100001101110100010010111011001001011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48674; }

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

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

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

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

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

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

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

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