#A48472

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

Shades of Almond Frost #A48472

Tints of Almond Frost #A48472

Color information

#A48472 (or 0xA48472) is unknown color: approx Almond Frost. HEX triplet: A4, 84 and 72. RGB value is (164,132,114). Sum of RGB (Red+Green+Blue) = 164+132+114=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A48472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48472 is #5B7B8D. Grayscale: #8B8B8B. Windows color (decimal): -5995406 or 7505060. OLE color: 7505060.

HSL color Cylindrical-coordinate representation of color #A48472: hue angle of 21.6º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A48472 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB164132114-
CMYK00.200.300.36
HSL21.6º21.55%54.51%-
HSV(B)21.6º30.49%64.31%-
XYZ26.625.6119.46-
YUV139.52113.6145.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40%
GREEN value IS 132 (51.95% from 255) = 32.20%
BLUE value IS 114 (44.92% from 255) = 27.80%
R=40%
G=32.20%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413211400.200.300.3621.621.5554.51
HexA484720141E24161637
Octal2442041620243644262667
Binary10100100100001001110010010100111101001001011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48472; }

 p { color: rgb(164,132,114); }

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

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

 a { background-color: rgb(164,132,114); }

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

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

 span { border-color: rgb(164,132,114); }

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