#A38471

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

Shades of Almond Frost #A38471

Tints of Almond Frost #A38471

Color information

#A38471 (or 0xA38471) is unknown color: approx Almond Frost. HEX triplet: A3, 84 and 71. RGB value is (163,132,113). Sum of RGB (Red+Green+Blue) = 163+132+113=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 163 - color contains mainly: red. Hex color #A38471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38471 is #5C7B8E. Grayscale: #8B8B8B. Windows color (decimal): -6060943 or 7439523. OLE color: 7439523.

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

Color convert

RGB163132113-
CMYK00.190.310.36
HSL22.8º21.37%54.12%-
HSV(B)22.8º30.67%63.92%-
XYZ26.3425.4819.15-
YUV139.1113.27145.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.95%
GREEN value IS 132 (51.95% from 255) = 32.35%
BLUE value IS 113 (44.53% from 255) = 27.70%
R=39.95%
G=32.35%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313211300.190.310.3622.821.3754.12
HexA384710131F24171536
Octal2432041610233744272566
Binary10100011100001001110001010011111111001001011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38471; }

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

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

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

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

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

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

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

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