Html Css Color HEX #A38077 Hemp

📋 copy color: '#A38077'

red 163 ◦ green 128 ◦ blue 119

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

Shades of Hemp #A38077

Tints of Hemp #A38077

RGB

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

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

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

R = 39.76%
G = 31.22%
B = 29.02%

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

#A38077 (or 0xA38077) is known color: Hemp. HEX triplet: A3, 80 and 77. RGB value is (163,128,119). Sum of RGB (Red+Green+Blue) = 163+128+119=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 163 - color contains mainly: red. Hex color #A38077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38077 is #5C7F88. Grayscale: #898989. Windows color (decimal): -6061961 or 7831715. OLE color: 7831715.

HSL color Cylindrical-coordinate representation of color #A38077: hue angle of 12.27º degrees, saturation: 0.19, 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 #A38077 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 128 119 -
CMYK 0 0.21 0.27 0.36
HSL 12.27º 0.19% 0.55% -
HSV(B) 12.27º 0.27% 0.64% -
XYZ 26.15 24.56 20.81 -
YUV 137.44 117.6 146.23 -
System Red Green Blue C M Y K H S L
Decimal 163 128 119 0 0.21 0.27 0.36 12.27 0.19 0.55
Hex A3 80 77 0 15 1B 24 C 13 37
Octal 243 200 167 0 25 33 44 14 23 67
Binary 10100011 10000000 1110111 0 10101 11011 100100 1100 10011 110111

Color Harmonies of #A38077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38077

Black with #A38077

Text Example


Text Example

White with #A38077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38077; }

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

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

background-color css

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

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

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

border-color css

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

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

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