Html Css Color HEX #A28071 Hemp

📋 copy color: '#A28071'

red 162 ◦ green 128 ◦ blue 113

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

Shades of Hemp #A28071

Tints of Hemp #A28071

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.76%

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

R = 40.2%
G = 31.76%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A28071 (or 0xA28071) is known color: Hemp. HEX triplet: A2, 80 and 71. RGB value is (162,128,113). Sum of RGB (Red+Green+Blue) = 162+128+113=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 162 - color contains mainly: red. Hex color #A28071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28071 is #5D7F8E. Grayscale: #888888. Windows color (decimal): -6127503 or 7438498. OLE color: 7438498.

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

Color convert

RGB 162 128 113 -
CMYK 0 0.21 0.30 0.36
HSL 18.37º 0.21% 0.54% -
HSV(B) 18.37º 0.3% 0.64% -
XYZ 25.6 24.31 18.97 -
YUV 136.46 114.76 146.22 -
System Red Green Blue C M Y K H S L
Decimal 162 128 113 0 0.21 0.30 0.36 18.37 0.21 0.54
Hex A2 80 71 0 15 1E 24 12 15 36
Octal 242 200 161 0 25 36 44 22 25 66
Binary 10100010 10000000 1110001 0 10101 11110 100100 10010 10101 110110

Color Harmonies of #A28071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28071

Black with #A28071

Text Example


Text Example

White with #A28071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28071; }

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

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

background-color css

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

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

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

border-color css

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

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

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