Html Css Color HEX #A08277 Hemp

📋 copy color: '#A08277'

red 160 ◦ green 130 ◦ blue 119

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

Shades of Hemp #A08277

Tints of Hemp #A08277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.1%

R = 39.12%
G = 31.78%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A08277 (or 0xA08277) is known color: Hemp. HEX triplet: A0, 82 and 77. RGB value is (160,130,119). Sum of RGB (Red+Green+Blue) = 160+130+119=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 160 - color contains mainly: red. Hex color #A08277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08277 is #5F7D88. Grayscale: #898989. Windows color (decimal): -6258057 or 7832224. OLE color: 7832224.

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

Color convert

RGB 160 130 119 -
CMYK 0 0.19 0.26 0.37
HSL 16.1º 0.18% 0.55% -
HSV(B) 16.1º 0.26% 0.63% -
XYZ 25.81 24.77 20.87 -
YUV 137.72 117.44 143.89 -
System Red Green Blue C M Y K H S L
Decimal 160 130 119 0 0.19 0.26 0.37 16.1 0.18 0.55
Hex A0 82 77 0 13 1A 25 10 12 37
Octal 240 202 167 0 23 32 45 20 22 67
Binary 10100000 10000010 1110111 0 10011 11010 100101 10000 10010 110111

Color Harmonies of #A08277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08277

Black with #A08277

Text Example


Text Example

White with #A08277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08277; }

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

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

background-color css

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

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

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

border-color css

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

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

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