Html Css Color HEX #A08680 Hemp

📋 copy color: '#A08680'

red 160 ◦ green 134 ◦ blue 128

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

Shades of Hemp #A08680

Tints of Hemp #A08680

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.75%

 BLUE value IS 128 (50.39% from 255) = 30.33%

R = 37.91%
G = 31.75%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A08680 (or 0xA08680) is known color: Hemp. HEX triplet: A0, 86 and 80. RGB value is (160,134,128). Sum of RGB (Red+Green+Blue) = 160+134+128=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 160 - color contains mainly: red. Hex color #A08680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08680 is #5F797F. Grayscale: #8D8D8D. Windows color (decimal): -6257024 or 8423072. OLE color: 8423072.

HSL color Cylindrical-coordinate representation of color #A08680: hue angle of 11.25º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A08680 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 134 128 -
CMYK 0 0.16 0.20 0.37
HSL 11.25º 0.14% 0.56% -
HSV(B) 11.25º 0.2% 0.63% -
XYZ 26.92 26.08 24.04 -
YUV 141.09 120.61 141.49 -
System Red Green Blue C M Y K H S L
Decimal 160 134 128 0 0.16 0.20 0.37 11.25 0.14 0.56
Hex A0 86 80 0 10 14 25 B E 38
Octal 240 206 200 0 20 24 45 13 16 70
Binary 10100000 10000110 10000000 0 10000 10100 100101 1011 1110 111000

Color Harmonies of #A08680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08680

Black with #A08680

Text Example


Text Example

White with #A08680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08680; }

 p { color: rgb(160,134,128); }

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

background-color css

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

 a { background-color: rgb(160,134,128); }

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

border-color css

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

 span { border-color: rgb(160,134,128); }

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