Html Css Color HEX #A38070 Hemp

📋 copy color: '#A38070'

red 163 ◦ green 128 ◦ blue 112

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

Shades of Hemp #A38070

Tints of Hemp #A38070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.79%

R = 40.45%
G = 31.76%
B = 27.79%

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

#A38070 (or 0xA38070) is known color: Hemp. HEX triplet: A3, 80 and 70. RGB value is (163,128,112). Sum of RGB (Red+Green+Blue) = 163+128+112=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 163 - color contains mainly: red. Hex color #A38070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38070 is #5C7F8F. Grayscale: #888888. Windows color (decimal): -6061968 or 7372963. OLE color: 7372963.

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

Color convert

RGB 163 128 112 -
CMYK 0 0.21 0.31 0.36
HSL 18.82º 0.22% 0.54% -
HSV(B) 18.82º 0.31% 0.64% -
XYZ 25.75 24.39 18.68 -
YUV 136.64 114.1 146.8 -
System Red Green Blue C M Y K H S L
Decimal 163 128 112 0 0.21 0.31 0.36 18.82 0.22 0.54
Hex A3 80 70 0 15 1F 24 13 16 36
Octal 243 200 160 0 25 37 44 23 26 66
Binary 10100011 10000000 1110000 0 10101 11111 100100 10011 10110 110110

Color Harmonies of #A38070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38070

Black with #A38070

Text Example


Text Example

White with #A38070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38070; }

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

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

background-color css

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

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

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

border-color css

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

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

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