#A58476

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

Shades of Almond Frost #A58476

Tints of Almond Frost #A58476

Color information

#A58476 (or 0xA58476) is unknown color: approx Almond Frost. HEX triplet: A5, 84 and 76. RGB value is (165,132,118). Sum of RGB (Red+Green+Blue) = 165+132+118=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 165 - color contains mainly: red. Hex color #A58476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58476 is #5A7B89. Grayscale: #8C8C8C. Windows color (decimal): -5929866 or 7767205. OLE color: 7767205.

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

Color convert

RGB165132118-
CMYK00.200.280.35
HSL17.87º20.7%55.49%-
HSV(B)17.87º28.48%64.71%-
XYZ27.0425.8120.7-
YUV140.27115.43145.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.76%
GREEN value IS 132 (51.95% from 255) = 31.81%
BLUE value IS 118 (46.48% from 255) = 28.43%
R=39.76%
G=31.81%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513211800.200.280.3517.8720.755.49
HexA584760141C23121537
Octal2452041660243443222567
Binary10100101100001001110110010100111001000111001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58476; }

 p { color: rgb(165,132,118); }

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

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

 a { background-color: rgb(165,132,118); }

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

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

 span { border-color: rgb(165,132,118); }

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