#A48B83

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

Shades of Almond Frost #A48B83

Tints of Almond Frost #A48B83

Color information

#A48B83 (or 0xA48B83) is unknown color: approx Almond Frost. HEX triplet: A4, 8B and 83. RGB value is (164,139,131). Sum of RGB (Red+Green+Blue) = 164+139+131=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 139 (54.69% from 255 or 32.03% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48B83 is #5B747C. Grayscale: #919191. Windows color (decimal): -5993597 or 8620964. OLE color: 8620964.

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

Color convert

RGB164139131-
CMYK00.150.200.36
HSL14.55º15.35%57.84%-
HSV(B)14.55º20.12%64.31%-
XYZ28.642825.37-
YUV145.56119.78141.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.79%
GREEN value IS 139 (54.69% from 255) = 32.03%
BLUE value IS 131 (51.56% from 255) = 30.18%
R=37.79%
G=32.03%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413913100.150.200.3614.5515.3557.84
HexA48B830F1424ff3a
Octal2442132030172444171772
Binary101001001000101110000011011111010010010011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48B83; }

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

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

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

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

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

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

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

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