Html Css Color HEX #A68374 Hemp

📋 copy color: '#A68374'

red 166 ◦ green 131 ◦ blue 116

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

Shades of Hemp #A68374

Tints of Hemp #A68374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.09%

R = 40.19%
G = 31.72%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A68374 (or 0xA68374) is known color: Hemp. HEX triplet: A6, 83 and 74. RGB value is (166,131,116). Sum of RGB (Red+Green+Blue) = 166+131+116=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 166 - color contains mainly: red. Hex color #A68374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68374 is #597C8B. Grayscale: #8B8B8B. Windows color (decimal): -5864588 or 7635878. OLE color: 7635878.

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

Color convert

RGB 166 131 116 -
CMYK 0 0.21 0.30 0.35
HSL 18º 0.22% 0.55% -
HSV(B) 18º 0.3% 0.65% -
XYZ 26.99 25.6 20.04 -
YUV 139.76 114.6 146.72 -
System Red Green Blue C M Y K H S L
Decimal 166 131 116 0 0.21 0.30 0.35 18 0.22 0.55
Hex A6 83 74 0 15 1E 23 12 16 37
Octal 246 203 164 0 25 36 43 22 26 67
Binary 10100110 10000011 1110100 0 10101 11110 100011 10010 10110 110111

Color Harmonies of #A68374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68374

Black with #A68374

Text Example


Text Example

White with #A68374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68374; }

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

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

background-color css

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

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

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

border-color css

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

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

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