Html Css Color HEX #A48376 Hemp

📋 copy color: '#A48376'

red 164 ◦ green 131 ◦ blue 118

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

Shades of Hemp #A48376

Tints of Hemp #A48376

RGB

 RED value IS 164 (64.45% from 255) = 39.71%

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

 BLUE value IS 118 (46.48% from 255) = 28.57%

R = 39.71%
G = 31.72%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A48376 (or 0xA48376) is known color: Hemp. HEX triplet: A4, 83 and 76. RGB value is (164,131,118). Sum of RGB (Red+Green+Blue) = 164+131+118=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A48376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48376 is #5B7C89. Grayscale: #8B8B8B. Windows color (decimal): -5995658 or 7766948. OLE color: 7766948.

HSL color Cylindrical-coordinate representation of color #A48376: hue angle of 16.96º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A48376 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 131 118 -
CMYK 0 0.20 0.28 0.36
HSL 16.96º 0.2% 0.55% -
HSV(B) 16.96º 0.28% 0.64% -
XYZ 26.7 25.43 20.64 -
YUV 139.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 164 131 118 0 0.20 0.28 0.36 16.96 0.2 0.55
Hex A4 83 76 0 14 1C 24 11 14 37
Octal 244 203 166 0 24 34 44 21 24 67
Binary 10100100 10000011 1110110 0 10100 11100 100100 10001 10100 110111

Color Harmonies of #A48376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48376

Black with #A48376

Text Example


Text Example

White with #A48376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48376; }

 p { color: rgb(164,131,118); }

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

background-color css

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

 a { background-color: rgb(164,131,118); }

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

border-color css

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

 span { border-color: rgb(164,131,118); }

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