Html Css Color HEX #A68376 Hemp

📋 copy color: '#A68376'

red 166 ◦ green 131 ◦ blue 118

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

Shades of Hemp #A68376

Tints of Hemp #A68376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.43%

R = 40%
G = 31.57%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A68376 (or 0xA68376) is known color: Hemp. HEX triplet: A6, 83 and 76. RGB value is (166,131,118). Sum of RGB (Red+Green+Blue) = 166+131+118=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 166 - color contains mainly: red. Hex color #A68376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68376 is #597C89. Grayscale: #8C8C8C. Windows color (decimal): -5864586 or 7766950. OLE color: 7766950.

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

Color convert

RGB 166 131 118 -
CMYK 0 0.21 0.29 0.35
HSL 16.25º 0.21% 0.56% -
HSV(B) 16.25º 0.29% 0.65% -
XYZ 27.11 25.65 20.66 -
YUV 139.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 166 131 118 0 0.21 0.29 0.35 16.25 0.21 0.56
Hex A6 83 76 0 15 1D 23 10 15 38
Octal 246 203 166 0 25 35 43 20 25 70
Binary 10100110 10000011 1110110 0 10101 11101 100011 10000 10101 111000

Color Harmonies of #A68376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68376

Black with #A68376

Text Example


Text Example

White with #A68376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68376; }

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

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

background-color css

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

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

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

border-color css

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

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

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