#A58875

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

Shades of Almond Frost #A58875

Tints of Almond Frost #A58875

Color information

#A58875 (or 0xA58875) is unknown color: approx Almond Frost. HEX triplet: A5, 88 and 75. RGB value is (165,136,117). Sum of RGB (Red+Green+Blue) = 165+136+117=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 165 - color contains mainly: red. Hex color #A58875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58875 is #5A778A. Grayscale: #8E8E8E. Windows color (decimal): -5928843 or 7702693. OLE color: 7702693.

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

Color convert

RGB165136117-
CMYK00.180.290.35
HSL23.75º21.05%55.29%-
HSV(B)23.75º29.09%64.71%-
XYZ27.5326.8920.57-
YUV142.5113.61144.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.47%
GREEN value IS 136 (53.52% from 255) = 32.54%
BLUE value IS 117 (46.09% from 255) = 27.99%
R=39.47%
G=32.54%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513611700.180.290.3523.7521.0555.29
HexA588750121D23181537
Octal2452101650223543302567
Binary10100101100010001110101010010111011000111100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58875; }

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

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

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

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

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

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

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

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