Html Css Color HEX #A08371 Almond Frost

📋 copy color: '#A08371'

red 160 ◦ green 131 ◦ blue 113

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

Shades of Almond Frost #A08371

Tints of Almond Frost #A08371

RGB

 RED value IS 160 (62.89% from 255) = 39.6%

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

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

R = 39.6%
G = 32.43%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A08371 (or 0xA08371) is known color: Almond Frost. HEX triplet: A0, 83 and 71. RGB value is (160,131,113). Sum of RGB (Red+Green+Blue) = 160+131+113=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 160 - color contains mainly: red. Hex color #A08371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08371 is #5F7C8E. Grayscale: #898989. Windows color (decimal): -6257807 or 7439264. OLE color: 7439264.

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

Color convert

RGB 160 131 113 -
CMYK 0 0.18 0.29 0.37
HSL 22.98º 0.2% 0.54% -
HSV(B) 22.98º 0.29% 0.63% -
XYZ 25.59 24.9 19.08 -
YUV 137.62 114.11 143.96 -
System Red Green Blue C M Y K H S L
Decimal 160 131 113 0 0.18 0.29 0.37 22.98 0.2 0.54
Hex A0 83 71 0 12 1D 25 17 14 36
Octal 240 203 161 0 22 35 45 27 24 66
Binary 10100000 10000011 1110001 0 10010 11101 100101 10111 10100 110110

Color Harmonies of #A08371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08371

Black with #A08371

Text Example


Text Example

White with #A08371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08371; }

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

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

background-color css

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

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

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

border-color css

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

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

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