#A48B7F

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

Shades of Almond Frost #A48B7F

Tints of Almond Frost #A48B7F

Color information

#A48B7F (or 0xA48B7F) is unknown color: approx Almond Frost. HEX triplet: A4, 8B and 7F. RGB value is (164,139,127). Sum of RGB (Red+Green+Blue) = 164+139+127=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48B7F is #5B7480. Grayscale: #919191. Windows color (decimal): -5993601 or 8358820. OLE color: 8358820.

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

Color convert

RGB164139127-
CMYK00.150.230.36
HSL19.46º16.89%57.06%-
HSV(B)19.46º22.56%64.31%-
XYZ28.3727.8923.97-
YUV145.11117.78141.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.14%
GREEN value IS 139 (54.69% from 255) = 32.33%
BLUE value IS 127 (50% from 255) = 29.53%
R=38.14%
G=32.33%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413912700.150.230.3619.4616.8957.06
HexA48B7F0F1724131139
Octal2442131770172744232171
Binary1010010010001011111111101111101111001001001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48B7F; }

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

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

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

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

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

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

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

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