Html Css Color HEX #A08273 Hemp

📋 copy color: '#A08273'

red 160 ◦ green 130 ◦ blue 115

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

Shades of Hemp #A08273

Tints of Hemp #A08273

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.1%

 BLUE value IS 115 (45.31% from 255) = 28.4%

R = 39.51%
G = 32.1%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A08273 (or 0xA08273) is known color: Hemp. HEX triplet: A0, 82 and 73. RGB value is (160,130,115). Sum of RGB (Red+Green+Blue) = 160+130+115=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 160 - color contains mainly: red. Hex color #A08273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08273 is #5F7D8C. Grayscale: #898989. Windows color (decimal): -6258061 or 7570080. OLE color: 7570080.

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

Color convert

RGB 160 130 115 -
CMYK 0 0.19 0.28 0.37
HSL 20º 0.19% 0.54% -
HSV(B) 20º 0.28% 0.63% -
XYZ 25.57 24.68 19.63 -
YUV 137.26 115.44 144.22 -
System Red Green Blue C M Y K H S L
Decimal 160 130 115 0 0.19 0.28 0.37 20 0.19 0.54
Hex A0 82 73 0 13 1C 25 14 13 36
Octal 240 202 163 0 23 34 45 24 23 66
Binary 10100000 10000010 1110011 0 10011 11100 100101 10100 10011 110110

Color Harmonies of #A08273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08273

Black with #A08273

Text Example


Text Example

White with #A08273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08273; }

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

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

background-color css

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

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

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

border-color css

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

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

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