Html Css Color HEX #A67C74 Hemp

📋 copy color: '#A67C74'

red 166 ◦ green 124 ◦ blue 116

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

Shades of Hemp #A67C74

Tints of Hemp #A67C74

RGB

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

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

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

R = 40.89%
G = 30.54%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A67C74 (or 0xA67C74) is known color: Hemp. HEX triplet: A6, 7C and 74. RGB value is (166,124,116). Sum of RGB (Red+Green+Blue) = 166+124+116=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67C74 is #59838B. Grayscale: #878787. Windows color (decimal): -5866380 or 7634086. OLE color: 7634086.

HSL color Cylindrical-coordinate representation of color #A67C74: hue angle of 9.6º 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 #A67C74 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 124 116 -
CMYK 0 0.25 0.30 0.35
HSL 9.6º 0.22% 0.55% -
HSV(B) 9.6º 0.3% 0.65% -
XYZ 26.09 23.78 19.74 -
YUV 135.65 116.91 149.65 -
System Red Green Blue C M Y K H S L
Decimal 166 124 116 0 0.25 0.30 0.35 9.6 0.22 0.55
Hex A6 7C 74 0 19 1E 23 A 16 37
Octal 246 174 164 0 31 36 43 12 26 67
Binary 10100110 1111100 1110100 0 11001 11110 100011 1010 10110 110111

Color Harmonies of #A67C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67C74

Black with #A67C74

Text Example


Text Example

White with #A67C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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