Html Css Color HEX #A38272 Hemp

📋 copy color: '#A38272'

red 163 ◦ green 130 ◦ blue 114

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

Shades of Hemp #A38272

Tints of Hemp #A38272

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.94%

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

R = 40.05%
G = 31.94%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A38272 (or 0xA38272) is known color: Hemp. HEX triplet: A3, 82 and 72. RGB value is (163,130,114). Sum of RGB (Red+Green+Blue) = 163+130+114=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A38272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38272 is #5C7D8D. Grayscale: #8A8A8A. Windows color (decimal): -6061454 or 7504547. OLE color: 7504547.

HSL color Cylindrical-coordinate representation of color #A38272: hue angle of 19.59º 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 #A38272 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 130 114 -
CMYK 0 0.20 0.30 0.36
HSL 19.59º 0.21% 0.54% -
HSV(B) 19.59º 0.3% 0.64% -
XYZ 26.12 24.97 19.36 -
YUV 138.04 114.43 145.8 -
System Red Green Blue C M Y K H S L
Decimal 163 130 114 0 0.20 0.30 0.36 19.59 0.21 0.54
Hex A3 82 72 0 14 1E 24 14 15 36
Octal 243 202 162 0 24 36 44 24 25 66
Binary 10100011 10000010 1110010 0 10100 11110 100100 10100 10101 110110

Color Harmonies of #A38272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38272

Black with #A38272

Text Example


Text Example

White with #A38272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38272; }

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

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

background-color css

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

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

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

border-color css

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

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

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