#A38672

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

Shades of Almond Frost #A38672

Tints of Almond Frost #A38672

Color information

#A38672 (or 0xA38672) is unknown color: approx Almond Frost. HEX triplet: A3, 86 and 72. RGB value is (163,134,114). Sum of RGB (Red+Green+Blue) = 163+134+114=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 163 - color contains mainly: red. Hex color #A38672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38672 is #5C798D. Grayscale: #8C8C8C. Windows color (decimal): -6060430 or 7505571. OLE color: 7505571.

HSL color Cylindrical-coordinate representation of color #A38672: hue angle of 24.49º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A38672 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB163134114-
CMYK00.180.300.36
HSL24.49º21.03%54.31%-
HSV(B)24.49º30.06%63.92%-
XYZ26.6726.0519.54-
YUV140.39113.11144.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.66%
GREEN value IS 134 (52.73% from 255) = 32.60%
BLUE value IS 114 (44.92% from 255) = 27.74%
R=39.66%
G=32.60%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313411400.180.300.3624.4921.0354.31
HexA386720121E24181536
Octal2432061620223644302566
Binary10100011100001101110010010010111101001001100010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38672; }

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

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

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

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

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

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

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

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