#A58A7A

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

Shades of Almond Frost #A58A7A

Tints of Almond Frost #A58A7A

Color information

#A58A7A (or 0xA58A7A) is unknown color: approx Almond Frost. HEX triplet: A5, 8A and 7A. RGB value is (165,138,122). Sum of RGB (Red+Green+Blue) = 165+138+122=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 165 - color contains mainly: red. Hex color #A58A7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58A7A is #5A7585. Grayscale: #909090. Windows color (decimal): -5928326 or 8030885. OLE color: 8030885.

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

Color convert

RGB165138122-
CMYK00.160.260.35
HSL22.33º19.28%56.27%-
HSV(B)22.33º26.06%64.71%-
XYZ28.1227.5822.25-
YUV144.25115.45142.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.82%
GREEN value IS 138 (54.30% from 255) = 32.47%
BLUE value IS 122 (48.05% from 255) = 28.71%
R=38.82%
G=32.47%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513812200.160.260.3522.3319.2856.27
HexA58A7A0101A23161338
Octal2452121720203243262370
Binary10100101100010101111010010000110101000111011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58A7A; }

 p { color: rgb(165,138,122); }

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

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

 a { background-color: rgb(165,138,122); }

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

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

 span { border-color: rgb(165,138,122); }

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