#A38679

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

Shades of Almond Frost #A38679

Tints of Almond Frost #A38679

Color information

#A38679 (or 0xA38679) is unknown color: approx Almond Frost. HEX triplet: A3, 86 and 79. RGB value is (163,134,121). Sum of RGB (Red+Green+Blue) = 163+134+121=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 134 (52.73% from 255 or 32.06% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 163 - color contains mainly: red. Hex color #A38679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38679 is #5C7986. Grayscale: #8D8D8D. Windows color (decimal): -6060423 or 7964323. OLE color: 7964323.

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

Color convert

RGB163134121-
CMYK00.180.260.36
HSL18.57º18.58%55.69%-
HSV(B)18.57º25.77%63.92%-
XYZ27.0826.2221.72-
YUV141.19116.61143.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.00%
GREEN value IS 134 (52.73% from 255) = 32.06%
BLUE value IS 121 (47.66% from 255) = 28.95%
R=39.00%
G=32.06%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313412100.180.260.3618.5718.5855.69
HexA386790121A24131338
Octal2432061710223244232370
Binary10100011100001101111001010010110101001001001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38679; }

 p { color: rgb(163,134,121); }

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

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

 a { background-color: rgb(163,134,121); }

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

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

 span { border-color: rgb(163,134,121); }

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