Html Css Color HEX #A17D6C Hemp

📋 copy color: '#A17D6C'

red 161 ◦ green 125 ◦ blue 108

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

Shades of Hemp #A17D6C

Tints of Hemp #A17D6C

RGB

 RED value IS 161 (63.28% from 255) = 40.86%

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

 BLUE value IS 108 (42.58% from 255) = 27.41%

R = 40.86%
G = 31.73%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A17D6C (or 0xA17D6C) is known color: Hemp. HEX triplet: A1, 7D and 6C. RGB value is (161,125,108). Sum of RGB (Red+Green+Blue) = 161+125+108=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 161 - color contains mainly: red. Hex color #A17D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17D6C is #5E8293. Grayscale: #858585. Windows color (decimal): -6193812 or 7110049. OLE color: 7110049.

HSL color Cylindrical-coordinate representation of color #A17D6C: hue angle of 19.25º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A17D6C is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 125 108 -
CMYK 0 0.22 0.33 0.37
HSL 19.25º 0.22% 0.53% -
HSV(B) 19.25º 0.33% 0.63% -
XYZ 24.74 23.33 17.39 -
YUV 133.83 113.43 147.38 -
System Red Green Blue C M Y K H S L
Decimal 161 125 108 0 0.22 0.33 0.37 19.25 0.22 0.53
Hex A1 7D 6C 0 16 21 25 13 16 35
Octal 241 175 154 0 26 41 45 23 26 65
Binary 10100001 1111101 1101100 0 10110 100001 100101 10011 10110 110101

Color Harmonies of #A17D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17D6C

Black with #A17D6C

Text Example


Text Example

White with #A17D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17D6C; }

 p { color: rgb(161,125,108); }

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

background-color css

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

 a { background-color: rgb(161,125,108); }

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

border-color css

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

 span { border-color: rgb(161,125,108); }

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