Html Css Color HEX #A48177 Hemp

📋 copy color: '#A48177'

red 164 ◦ green 129 ◦ blue 119

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

Shades of Hemp #A48177

Tints of Hemp #A48177

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.31%

 BLUE value IS 119 (46.88% from 255) = 28.88%

R = 39.81%
G = 31.31%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A48177 (or 0xA48177) is known color: Hemp. HEX triplet: A4, 81 and 77. RGB value is (164,129,119). Sum of RGB (Red+Green+Blue) = 164+129+119=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 164 - color contains mainly: red. Hex color #A48177 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48177 is #5B7E88. Grayscale: #8A8A8A. Windows color (decimal): -5996169 or 7831972. OLE color: 7831972.

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

Color convert

RGB 164 129 119 -
CMYK 0 0.21 0.27 0.36
HSL 13.33º 0.2% 0.55% -
HSV(B) 13.33º 0.27% 0.64% -
XYZ 26.49 24.92 20.87 -
YUV 138.33 117.1 146.31 -
System Red Green Blue C M Y K H S L
Decimal 164 129 119 0 0.21 0.27 0.36 13.33 0.2 0.55
Hex A4 81 77 0 15 1B 24 D 14 37
Octal 244 201 167 0 25 33 44 15 24 67
Binary 10100100 10000001 1110111 0 10101 11011 100100 1101 10100 110111

Color Harmonies of #A48177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48177

Black with #A48177

Text Example


Text Example

White with #A48177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48177; }

 p { color: rgb(164,129,119); }

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

background-color css

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

 a { background-color: rgb(164,129,119); }

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

border-color css

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

 span { border-color: rgb(164,129,119); }

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