#A48774

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

Shades of Almond Frost #A48774

Tints of Almond Frost #A48774

Color information

#A48774 (or 0xA48774) is unknown color: approx Almond Frost. HEX triplet: A4, 87 and 74. RGB value is (164,135,116). Sum of RGB (Red+Green+Blue) = 164+135+116=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 135 (53.12% from 255 or 32.53% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A48774 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48774 is #5B788B. Grayscale: #8D8D8D. Windows color (decimal): -5994636 or 7636900. OLE color: 7636900.

HSL color Cylindrical-coordinate representation of color #A48774: hue angle of 23.75º 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 #A48774 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB164135116-
CMYK00.180.290.36
HSL23.75º20.87%54.9%-
HSV(B)23.75º29.27%64.31%-
XYZ27.1326.4820.2-
YUV141.5113.61144.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.52%
GREEN value IS 135 (53.12% from 255) = 32.53%
BLUE value IS 116 (45.70% from 255) = 27.95%
R=39.52%
G=32.53%
B=27.95%

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
Decimal16413511600.180.290.3623.7520.8754.9
HexA487740121D24181537
Octal2442071640223544302567
Binary10100100100001111110100010010111011001001100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48774; }

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

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

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

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

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

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

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

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