Html Css Color HEX #A38072 Hemp

📋 copy color: '#A38072'

red 163 ◦ green 128 ◦ blue 114

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

Shades of Hemp #A38072

Tints of Hemp #A38072

RGB

 RED value IS 163 (64.06% from 255) = 40.25%

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

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

R = 40.25%
G = 31.6%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A38072 (or 0xA38072) is known color: Hemp. HEX triplet: A3, 80 and 72. RGB value is (163,128,114). Sum of RGB (Red+Green+Blue) = 163+128+114=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 163 - color contains mainly: red. Hex color #A38072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38072 is #5C7F8D. Grayscale: #888888. Windows color (decimal): -6061966 or 7504035. OLE color: 7504035.

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

Color convert

RGB 163 128 114 -
CMYK 0 0.21 0.30 0.36
HSL 17.14º 0.21% 0.54% -
HSV(B) 17.14º 0.3% 0.64% -
XYZ 25.86 24.44 19.27 -
YUV 136.87 115.1 146.64 -
System Red Green Blue C M Y K H S L
Decimal 163 128 114 0 0.21 0.30 0.36 17.14 0.21 0.54
Hex A3 80 72 0 15 1E 24 11 15 36
Octal 243 200 162 0 25 36 44 21 25 66
Binary 10100011 10000000 1110010 0 10101 11110 100100 10001 10101 110110

Color Harmonies of #A38072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38072

Black with #A38072

Text Example


Text Example

White with #A38072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38072; }

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

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

background-color css

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

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

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

border-color css

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

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

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