Html Css Color HEX #A67D6D Hemp

📋 copy color: '#A67D6D'

red 166 ◦ green 125 ◦ blue 109

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

Shades of Hemp #A67D6D

Tints of Hemp #A67D6D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.25%

 BLUE value IS 109 (42.97% from 255) = 27.25%

R = 41.5%
G = 31.25%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A67D6D (or 0xA67D6D) is known color: Hemp. HEX triplet: A6, 7D and 6D. RGB value is (166,125,109). Sum of RGB (Red+Green+Blue) = 166+125+109=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 166 - color contains mainly: red. Hex color #A67D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67D6D is #598292. Grayscale: #878787. Windows color (decimal): -5866131 or 7175590. OLE color: 7175590.

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

Color convert

RGB 166 125 109 -
CMYK 0 0.25 0.34 0.35
HSL 16.84º 0.24% 0.54% -
HSV(B) 16.84º 0.34% 0.65% -
XYZ 25.82 23.88 17.72 -
YUV 135.44 113.08 149.8 -
System Red Green Blue C M Y K H S L
Decimal 166 125 109 0 0.25 0.34 0.35 16.84 0.24 0.54
Hex A6 7D 6D 0 19 22 23 11 18 36
Octal 246 175 155 0 31 42 43 21 30 66
Binary 10100110 1111101 1101101 0 11001 100010 100011 10001 11000 110110

Color Harmonies of #A67D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67D6D

Black with #A67D6D

Text Example


Text Example

White with #A67D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67D6D; }

 p { color: rgb(166,125,109); }

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

background-color css

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

 a { background-color: rgb(166,125,109); }

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

border-color css

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

 span { border-color: rgb(166,125,109); }

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