Html Css Color HEX #A08379 Hemp

📋 copy color: '#A08379'

red 160 ◦ green 131 ◦ blue 121

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

Shades of Hemp #A08379

Tints of Hemp #A08379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.37%

R = 38.83%
G = 31.8%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A08379 (or 0xA08379) is known color: Hemp. HEX triplet: A0, 83 and 79. RGB value is (160,131,121). Sum of RGB (Red+Green+Blue) = 160+131+121=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 160 - color contains mainly: red. Hex color #A08379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08379 is #5F7C86. Grayscale: #8A8A8A. Windows color (decimal): -6257799 or 7963552. OLE color: 7963552.

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

Color convert

RGB 160 131 121 -
CMYK 0 0.18 0.24 0.37
HSL 15.38º 0.17% 0.55% -
HSV(B) 15.38º 0.24% 0.63% -
XYZ 26.06 25.09 21.56 -
YUV 138.53 118.11 143.31 -
System Red Green Blue C M Y K H S L
Decimal 160 131 121 0 0.18 0.24 0.37 15.38 0.17 0.55
Hex A0 83 79 0 12 18 25 F 11 37
Octal 240 203 171 0 22 30 45 17 21 67
Binary 10100000 10000011 1111001 0 10010 11000 100101 1111 10001 110111

Color Harmonies of #A08379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08379

Black with #A08379

Text Example


Text Example

White with #A08379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08379; }

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

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

background-color css

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

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

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

border-color css

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

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

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