Html Css Color HEX #A67C6F Hemp

📋 copy color: '#A67C6F'

red 166 ◦ green 124 ◦ blue 111

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

Shades of Hemp #A67C6F

Tints of Hemp #A67C6F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.92%

 BLUE value IS 111 (43.75% from 255) = 27.68%

R = 41.4%
G = 30.92%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A67C6F (or 0xA67C6F) is known color: Hemp. HEX triplet: A6, 7C and 6F. RGB value is (166,124,111). Sum of RGB (Red+Green+Blue) = 166+124+111=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67C6F is #598390. Grayscale: #878787. Windows color (decimal): -5866385 or 7306406. OLE color: 7306406.

HSL color Cylindrical-coordinate representation of color #A67C6F: hue angle of 14.18º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A67C6F is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 124 111 -
CMYK 0 0.25 0.33 0.35
HSL 14.18º 0.24% 0.54% -
HSV(B) 14.18º 0.33% 0.65% -
XYZ 25.8 23.67 18.25 -
YUV 135.08 114.41 150.06 -
System Red Green Blue C M Y K H S L
Decimal 166 124 111 0 0.25 0.33 0.35 14.18 0.24 0.54
Hex A6 7C 6F 0 19 21 23 E 18 36
Octal 246 174 157 0 31 41 43 16 30 66
Binary 10100110 1111100 1101111 0 11001 100001 100011 1110 11000 110110

Color Harmonies of #A67C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67C6F

Black with #A67C6F

Text Example


Text Example

White with #A67C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67C6F; }

 p { color: rgb(166,124,111); }

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

background-color css

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

 a { background-color: rgb(166,124,111); }

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

border-color css

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

 span { border-color: rgb(166,124,111); }

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