Html Css Color HEX #A18371 Almond Frost

📋 copy color: '#A18371'

red 161 ◦ green 131 ◦ blue 113

#A18371
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Almond Frost #A18371

Tints of Almond Frost #A18371

RGB

 RED value IS 161 (63.28% from 255) = 39.75%

 GREEN value IS 131 (51.56% from 255) = 32.35%

 BLUE value IS 113 (44.53% from 255) = 27.9%

R = 39.75%
G = 32.35%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A18371 (or 0xA18371) is known color: Almond Frost. HEX triplet: A1, 83 and 71. RGB value is (161,131,113). Sum of RGB (Red+Green+Blue) = 161+131+113=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 161 - color contains mainly: red. Hex color #A18371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18371 is #5E7C8E. Grayscale: #8A8A8A. Windows color (decimal): -6192271 or 7439265. OLE color: 7439265.

HSL color Cylindrical-coordinate representation of color #A18371: hue angle of 22.5º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A18371 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 131 113 -
CMYK 0 0.19 0.30 0.37
HSL 22.5º 0.2% 0.54% -
HSV(B) 22.5º 0.3% 0.63% -
XYZ 25.79 25 19.09 -
YUV 137.92 113.94 144.46 -
System Red Green Blue C M Y K H S L
Decimal 161 131 113 0 0.19 0.30 0.37 22.5 0.2 0.54
Hex A1 83 71 0 13 1E 25 16 14 36
Octal 241 203 161 0 23 36 45 26 24 66
Binary 10100001 10000011 1110001 0 10011 11110 100101 10110 10100 110110

Color Harmonies of #A18371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18371

Black with #A18371

Text Example


Text Example

White with #A18371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18371; }

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

 H1.HeaderClassName
 {
   color: #A18371;
 }
 .AnyTagClassName
 {
   color: #A18371;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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