Html Css Color HEX #A28070 Hemp

📋 copy color: '#A28070'

red 162 ◦ green 128 ◦ blue 112

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

Shades of Hemp #A28070

Tints of Hemp #A28070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.86%

R = 40.3%
G = 31.84%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A28070 (or 0xA28070) is known color: Hemp. HEX triplet: A2, 80 and 70. RGB value is (162,128,112). Sum of RGB (Red+Green+Blue) = 162+128+112=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 162 - color contains mainly: red. Hex color #A28070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28070 is #5D7F8F. Grayscale: #888888. Windows color (decimal): -6127504 or 7372962. OLE color: 7372962.

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

Color convert

RGB 162 128 112 -
CMYK 0 0.21 0.31 0.36
HSL 19.2º 0.21% 0.54% -
HSV(B) 19.2º 0.31% 0.64% -
XYZ 25.54 24.29 18.67 -
YUV 136.34 114.26 146.3 -
System Red Green Blue C M Y K H S L
Decimal 162 128 112 0 0.21 0.31 0.36 19.2 0.21 0.54
Hex A2 80 70 0 15 1F 24 13 15 36
Octal 242 200 160 0 25 37 44 23 25 66
Binary 10100010 10000000 1110000 0 10101 11111 100100 10011 10101 110110

Color Harmonies of #A28070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28070

Black with #A28070

Text Example


Text Example

White with #A28070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28070; }

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

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

background-color css

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

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

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

border-color css

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

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

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