#A48B80

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

Shades of Almond Frost #A48B80

Tints of Almond Frost #A48B80

Color information

#A48B80 (or 0xA48B80) is unknown color: approx Almond Frost. HEX triplet: A4, 8B and 80. RGB value is (164,139,128). Sum of RGB (Red+Green+Blue) = 164+139+128=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48B80 is #5B747F. Grayscale: #919191. Windows color (decimal): -5993600 or 8424356. OLE color: 8424356.

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

Color convert

RGB164139128-
CMYK00.150.220.36
HSL18.33º16.51%57.25%-
HSV(B)18.33º21.95%64.31%-
XYZ28.4427.9224.31-
YUV145.22118.28141.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.05%
GREEN value IS 139 (54.69% from 255) = 32.25%
BLUE value IS 128 (50.39% from 255) = 29.70%
R=38.05%
G=32.25%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413912800.150.220.3618.3316.5157.25
HexA48B800F1624121139
Octal2442132000172644222171
Binary10100100100010111000000001111101101001001001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48B80; }

 p { color: rgb(164,139,128); }

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

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

 a { background-color: rgb(164,139,128); }

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

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

 span { border-color: rgb(164,139,128); }

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