Html Css Color HEX #A48371 Almond Frost

📋 copy color: '#A48371'

red 164 ◦ green 131 ◦ blue 113

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

Shades of Almond Frost #A48371

Tints of Almond Frost #A48371

RGB

 RED value IS 164 (64.45% from 255) = 40.2%

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

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

R = 40.2%
G = 32.11%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A48371 (or 0xA48371) is known color: Almond Frost. HEX triplet: A4, 83 and 71. RGB value is (164,131,113). Sum of RGB (Red+Green+Blue) = 164+131+113=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A48371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48371 is #5B7C8E. Grayscale: #8A8A8A. Windows color (decimal): -5995663 or 7439268. OLE color: 7439268.

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

Color convert

RGB 164 131 113 -
CMYK 0 0.20 0.31 0.36
HSL 21.18º 0.22% 0.54% -
HSV(B) 21.18º 0.31% 0.64% -
XYZ 26.41 25.32 19.12 -
YUV 138.82 113.43 145.96 -
System Red Green Blue C M Y K H S L
Decimal 164 131 113 0 0.20 0.31 0.36 21.18 0.22 0.54
Hex A4 83 71 0 14 1F 24 15 16 36
Octal 244 203 161 0 24 37 44 25 26 66
Binary 10100100 10000011 1110001 0 10100 11111 100100 10101 10110 110110

Color Harmonies of #A48371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48371

Black with #A48371

Text Example


Text Example

White with #A48371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48371; }

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

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

background-color css

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

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

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

border-color css

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

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

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