#A5867A

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

Shades of Almond Frost #A5867A

Tints of Almond Frost #A5867A

Color information

#A5867A (or 0xA5867A) is unknown color: approx Almond Frost. HEX triplet: A5, 86 and 7A. RGB value is (165,134,122). Sum of RGB (Red+Green+Blue) = 165+134+122=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 165 - color contains mainly: red. Hex color #A5867A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5867A is #5A7985. Grayscale: #8D8D8D. Windows color (decimal): -5929350 or 8029861. OLE color: 8029861.

HSL color Cylindrical-coordinate representation of color #A5867A: hue angle of 16.74º 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 #A5867A is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB165134122-
CMYK00.190.260.35
HSL16.74º19.28%56.27%-
HSV(B)16.74º26.06%64.71%-
XYZ27.5626.4522.07-
YUV141.9116.77144.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.19%
GREEN value IS 134 (52.73% from 255) = 31.83%
BLUE value IS 122 (48.05% from 255) = 28.98%
R=39.19%
G=31.83%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513412200.190.260.3516.7419.2856.27
HexA5867A0131A23111338
Octal2452061720233243212370
Binary10100101100001101111010010011110101000111000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5867A; }

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

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

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

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

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

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

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

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