#A58877

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

Shades of Almond Frost #A58877

Tints of Almond Frost #A58877

Color information

#A58877 (or 0xA58877) is unknown color: approx Almond Frost. HEX triplet: A5, 88 and 77. RGB value is (165,136,119). Sum of RGB (Red+Green+Blue) = 165+136+119=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 165 - color contains mainly: red. Hex color #A58877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58877 is #5A7788. Grayscale: #8E8E8E. Windows color (decimal): -5928841 or 7833765. OLE color: 7833765.

HSL color Cylindrical-coordinate representation of color #A58877: hue angle of 22.17º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A58877 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB165136119-
CMYK00.180.280.35
HSL22.17º20.35%55.69%-
HSV(B)22.17º27.88%64.71%-
XYZ27.6526.9421.2-
YUV142.73114.61143.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.29%
GREEN value IS 136 (53.52% from 255) = 32.38%
BLUE value IS 119 (46.88% from 255) = 28.33%
R=39.29%
G=32.38%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513611900.180.280.3522.1720.3555.69
HexA588770121C23161438
Octal2452101670223443262470
Binary10100101100010001110111010010111001000111011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58877; }

 p { color: rgb(165,136,119); }

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

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

 a { background-color: rgb(165,136,119); }

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

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

 span { border-color: rgb(165,136,119); }

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