#A38271

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

Shades of Almond Frost #A38271

Tints of Almond Frost #A38271

Color information

#A38271 (or 0xA38271) is unknown color: approx Almond Frost. HEX triplet: A3, 82 and 71. RGB value is (163,130,113). Sum of RGB (Red+Green+Blue) = 163+130+113=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 163 - color contains mainly: red. Hex color #A38271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38271 is #5C7D8E. Grayscale: #8A8A8A. Windows color (decimal): -6061455 or 7439011. OLE color: 7439011.

HSL color Cylindrical-coordinate representation of color #A38271: hue angle of 20.4º 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 #A38271 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB163130113-
CMYK00.200.310.36
HSL20.4º21.37%54.12%-
HSV(B)20.4º30.67%63.92%-
XYZ26.0724.9419.06-
YUV137.93113.93145.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.15%
GREEN value IS 130 (51.17% from 255) = 32.02%
BLUE value IS 113 (44.53% from 255) = 27.83%
R=40.15%
G=32.02%
B=27.83%

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
Decimal16313011300.200.310.3620.421.3754.12
HexA382710141F24141536
Octal2432021610243744242566
Binary10100011100000101110001010100111111001001010010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38271; }

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

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

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

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

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

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

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

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