Html Css Color HEX #A08882 Hemp

📋 copy color: '#A08882'

red 160 ◦ green 136 ◦ blue 130

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

Shades of Hemp #A08882

Tints of Hemp #A08882

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.92%

 BLUE value IS 130 (51.17% from 255) = 30.52%

R = 37.56%
G = 31.92%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A08882 (or 0xA08882) is known color: Hemp. HEX triplet: A0, 88 and 82. RGB value is (160,136,130). Sum of RGB (Red+Green+Blue) = 160+136+130=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 160 - color contains mainly: red. Hex color #A08882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08882 is #5F777D. Grayscale: #8E8E8E. Windows color (decimal): -6256510 or 8554656. OLE color: 8554656.

HSL color Cylindrical-coordinate representation of color #A08882: hue angle of 12º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A08882 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 136 130 -
CMYK 0 0.15 0.19 0.37
HSL 12º 0.14% 0.57% -
HSV(B) 12º 0.19% 0.63% -
XYZ 27.33 26.69 24.83 -
YUV 142.49 120.95 140.49 -
System Red Green Blue C M Y K H S L
Decimal 160 136 130 0 0.15 0.19 0.37 12 0.14 0.57
Hex A0 88 82 0 F 13 25 C E 39
Octal 240 210 202 0 17 23 45 14 16 71
Binary 10100000 10001000 10000010 0 1111 10011 100101 1100 1110 111001

Color Harmonies of #A08882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08882

Black with #A08882

Text Example


Text Example

White with #A08882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08882; }

 p { color: rgb(160,136,130); }

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

background-color css

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

 a { background-color: rgb(160,136,130); }

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

border-color css

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

 span { border-color: rgb(160,136,130); }

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