Html Css Color HEX #A48072 Hemp

📋 copy color: '#A48072'

red 164 ◦ green 128 ◦ blue 114

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

Shades of Hemp #A48072

Tints of Hemp #A48072

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.53%

 BLUE value IS 114 (44.92% from 255) = 28.08%

R = 40.39%
G = 31.53%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A48072 (or 0xA48072) is known color: Hemp. HEX triplet: A4, 80 and 72. RGB value is (164,128,114). Sum of RGB (Red+Green+Blue) = 164+128+114=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 164 - color contains mainly: red. Hex color #A48072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48072 is #5B7F8D. Grayscale: #898989. Windows color (decimal): -5996430 or 7504036. OLE color: 7504036.

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

Color convert

RGB 164 128 114 -
CMYK 0 0.22 0.30 0.36
HSL 16.8º 0.22% 0.55% -
HSV(B) 16.8º 0.3% 0.64% -
XYZ 26.07 24.55 19.28 -
YUV 137.17 114.93 147.14 -
System Red Green Blue C M Y K H S L
Decimal 164 128 114 0 0.22 0.30 0.36 16.8 0.22 0.55
Hex A4 80 72 0 16 1E 24 11 16 37
Octal 244 200 162 0 26 36 44 21 26 67
Binary 10100100 10000000 1110010 0 10110 11110 100100 10001 10110 110111

Color Harmonies of #A48072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48072

Black with #A48072

Text Example


Text Example

White with #A48072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48072; }

 p { color: rgb(164,128,114); }

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

background-color css

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

 a { background-color: rgb(164,128,114); }

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

border-color css

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

 span { border-color: rgb(164,128,114); }

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