Html Css Color HEX #A48174 Hemp

📋 copy color: '#A48174'

red 164 ◦ green 129 ◦ blue 116

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

Shades of Hemp #A48174

Tints of Hemp #A48174

RGB

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

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

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

R = 40.1%
G = 31.54%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A48174 (or 0xA48174) is known color: Hemp. HEX triplet: A4, 81 and 74. RGB value is (164,129,116). Sum of RGB (Red+Green+Blue) = 164+129+116=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A48174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48174 is #5B7E8B. Grayscale: #8A8A8A. Windows color (decimal): -5996172 or 7635364. OLE color: 7635364.

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

Color convert

RGB 164 129 116 -
CMYK 0 0.21 0.29 0.36
HSL 16.25º 0.21% 0.55% -
HSV(B) 16.25º 0.29% 0.64% -
XYZ 26.31 24.85 19.93 -
YUV 137.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 164 129 116 0 0.21 0.29 0.36 16.25 0.21 0.55
Hex A4 81 74 0 15 1D 24 10 15 37
Octal 244 201 164 0 25 35 44 20 25 67
Binary 10100100 10000001 1110100 0 10101 11101 100100 10000 10101 110111

Color Harmonies of #A48174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48174

Black with #A48174

Text Example


Text Example

White with #A48174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48174; }

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

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

background-color css

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

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

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

border-color css

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

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

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