#A38371

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

Shades of Almond Frost #A38371

Tints of Almond Frost #A38371

Color information

#A38371 (or 0xA38371) is unknown color: approx Almond Frost. HEX triplet: A3, 83 and 71. RGB value is (163,131,113). Sum of RGB (Red+Green+Blue) = 163+131+113=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 113 (44.53% from 255 or 27.76% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A38371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38371 is #5C7C8E. Grayscale: #8A8A8A. Windows color (decimal): -6061199 or 7439267. OLE color: 7439267.

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

Color convert

RGB163131113-
CMYK00.200.310.36
HSL21.6º21.37%54.12%-
HSV(B)21.6º30.67%63.92%-
XYZ26.225.2119.11-
YUV138.52113.6145.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.05%
GREEN value IS 131 (51.56% from 255) = 32.19%
BLUE value IS 113 (44.53% from 255) = 27.76%
R=40.05%
G=32.19%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313111300.200.310.3621.621.3754.12
HexA383710141F24161536
Octal2432031610243744262566
Binary10100011100000111110001010100111111001001011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38371; }

 p { color: rgb(163,131,113); }

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

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

 a { background-color: rgb(163,131,113); }

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

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

 span { border-color: rgb(163,131,113); }

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