Html Css Color HEX #A38171 Hemp

📋 copy color: '#A38171'

red 163 ◦ green 129 ◦ blue 113

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

Shades of Hemp #A38171

Tints of Hemp #A38171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.9%

R = 40.25%
G = 31.85%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A38171 (or 0xA38171) is known color: Hemp. HEX triplet: A3, 81 and 71. RGB value is (163,129,113). Sum of RGB (Red+Green+Blue) = 163+129+113=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 163 - color contains mainly: red. Hex color #A38171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38171 is #5C7E8E. Grayscale: #898989. Windows color (decimal): -6061711 or 7438755. OLE color: 7438755.

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

Color convert

RGB 163 129 113 -
CMYK 0 0.21 0.31 0.36
HSL 19.2º 0.21% 0.54% -
HSV(B) 19.2º 0.31% 0.64% -
XYZ 25.94 24.68 19.02 -
YUV 137.34 114.26 146.3 -
System Red Green Blue C M Y K H S L
Decimal 163 129 113 0 0.21 0.31 0.36 19.2 0.21 0.54
Hex A3 81 71 0 15 1F 24 13 15 36
Octal 243 201 161 0 25 37 44 23 25 66
Binary 10100011 10000001 1110001 0 10101 11111 100100 10011 10101 110110

Color Harmonies of #A38171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38171

Black with #A38171

Text Example


Text Example

White with #A38171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38171; }

 p { color: rgb(163,129,113); }

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

background-color css

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

 a { background-color: rgb(163,129,113); }

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

border-color css

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

 span { border-color: rgb(163,129,113); }

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