Html Css Color HEX #A68377 Hemp

📋 copy color: '#A68377'

red 166 ◦ green 131 ◦ blue 119

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

Shades of Hemp #A68377

Tints of Hemp #A68377

RGB

 RED value IS 166 (65.23% from 255) = 39.9%

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

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

R = 39.9%
G = 31.49%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A68377 (or 0xA68377) is known color: Hemp. HEX triplet: A6, 83 and 77. RGB value is (166,131,119). Sum of RGB (Red+Green+Blue) = 166+131+119=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 166 - color contains mainly: red. Hex color #A68377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68377 is #597C88. Grayscale: #8C8C8C. Windows color (decimal): -5864585 or 7832486. OLE color: 7832486.

HSL color Cylindrical-coordinate representation of color #A68377: hue angle of 15.32º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A68377 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 131 119 -
CMYK 0 0.21 0.28 0.35
HSL 15.32º 0.21% 0.56% -
HSV(B) 15.32º 0.28% 0.65% -
XYZ 27.17 25.67 20.98 -
YUV 140.1 116.1 146.48 -
System Red Green Blue C M Y K H S L
Decimal 166 131 119 0 0.21 0.28 0.35 15.32 0.21 0.56
Hex A6 83 77 0 15 1C 23 F 15 38
Octal 246 203 167 0 25 34 43 17 25 70
Binary 10100110 10000011 1110111 0 10101 11100 100011 1111 10101 111000

Color Harmonies of #A68377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68377

Black with #A68377

Text Example


Text Example

White with #A68377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68377; }

 p { color: rgb(166,131,119); }

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

background-color css

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

 a { background-color: rgb(166,131,119); }

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

border-color css

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

 span { border-color: rgb(166,131,119); }

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