Html Css Color HEX #A28371 Almond Frost

📋 copy color: '#A28371'

red 162 ◦ green 131 ◦ blue 113

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

Shades of Almond Frost #A28371

Tints of Almond Frost #A28371

RGB

 RED value IS 162 (63.67% from 255) = 39.9%

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

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

R = 39.9%
G = 32.27%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A28371 (or 0xA28371) is known color: Almond Frost. HEX triplet: A2, 83 and 71. RGB value is (162,131,113). Sum of RGB (Red+Green+Blue) = 162+131+113=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 162 - color contains mainly: red. Hex color #A28371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28371 is #5D7C8E. Grayscale: #8A8A8A. Windows color (decimal): -6126735 or 7439266. OLE color: 7439266.

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

Color convert

RGB 162 131 113 -
CMYK 0 0.19 0.30 0.36
HSL 22.04º 0.21% 0.54% -
HSV(B) 22.04º 0.3% 0.64% -
XYZ 26 25.11 19.1 -
YUV 138.22 113.77 144.96 -
System Red Green Blue C M Y K H S L
Decimal 162 131 113 0 0.19 0.30 0.36 22.04 0.21 0.54
Hex A2 83 71 0 13 1E 24 16 15 36
Octal 242 203 161 0 23 36 44 26 25 66
Binary 10100010 10000011 1110001 0 10011 11110 100100 10110 10101 110110

Color Harmonies of #A28371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28371

Black with #A28371

Text Example


Text Example

White with #A28371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28371; }

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

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

background-color css

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

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

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

border-color css

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

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

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