#A48775

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

Shades of Almond Frost #A48775

Tints of Almond Frost #A48775

Color information

#A48775 (or 0xA48775) is unknown color: approx Almond Frost. HEX triplet: A4, 87 and 75. RGB value is (164,135,117). Sum of RGB (Red+Green+Blue) = 164+135+117=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 164 - color contains mainly: red. Hex color #A48775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48775 is #5B788A. Grayscale: #8D8D8D. Windows color (decimal): -5994635 or 7702436. OLE color: 7702436.

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

Color convert

RGB164135117-
CMYK00.180.290.36
HSL22.98º20.52%55.1%-
HSV(B)22.98º28.66%64.31%-
XYZ27.1826.520.51-
YUV141.62114.11143.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.42%
GREEN value IS 135 (53.12% from 255) = 32.45%
BLUE value IS 117 (46.09% from 255) = 28.12%
R=39.42%
G=32.45%
B=28.12%

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
Decimal16413511700.180.290.3622.9820.5255.1
HexA487750121D24171537
Octal2442071650223544272567
Binary10100100100001111110101010010111011001001011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48775; }

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

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

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

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

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

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

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

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