#A58673

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

Shades of Almond Frost #A58673

Tints of Almond Frost #A58673

Color information

#A58673 (or 0xA58673) is unknown color: approx Almond Frost. HEX triplet: A5, 86 and 73. RGB value is (165,134,115). Sum of RGB (Red+Green+Blue) = 165+134+115=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 165 - color contains mainly: red. Hex color #A58673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58673 is #5A798C. Grayscale: #8D8D8D. Windows color (decimal): -5929357 or 7571109. OLE color: 7571109.

HSL color Cylindrical-coordinate representation of color #A58673: hue angle of 22.8º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A58673 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB165134115-
CMYK00.190.300.35
HSL22.8º21.74%54.9%-
HSV(B)22.8º30.3%64.71%-
XYZ27.1426.2919.86-
YUV141.1113.27145.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.86%
GREEN value IS 134 (52.73% from 255) = 32.37%
BLUE value IS 115 (45.31% from 255) = 27.78%
R=39.86%
G=32.37%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513411500.190.300.3522.821.7454.9
HexA586730131E23171637
Octal2452061630233643272667
Binary10100101100001101110011010011111101000111011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58673; }

 p { color: rgb(165,134,115); }

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

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

 a { background-color: rgb(165,134,115); }

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

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

 span { border-color: rgb(165,134,115); }

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