Html Css Color HEX #A1857D Hemp

📋 copy color: '#A1857D'

red 161 ◦ green 133 ◦ blue 125

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

Shades of Hemp #A1857D

Tints of Hemp #A1857D

RGB

 RED value IS 161 (63.28% from 255) = 38.42%

 GREEN value IS 133 (52.34% from 255) = 31.74%

 BLUE value IS 125 (49.22% from 255) = 29.83%

R = 38.42%
G = 31.74%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A1857D (or 0xA1857D) is known color: Hemp. HEX triplet: A1, 85 and 7D. RGB value is (161,133,125). Sum of RGB (Red+Green+Blue) = 161+133+125=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 161 - color contains mainly: red. Hex color #A1857D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1857D is #5E7A82. Grayscale: #8C8C8C. Windows color (decimal): -6191747 or 8226209. OLE color: 8226209.

HSL color Cylindrical-coordinate representation of color #A1857D: hue angle of 13.33º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1857D is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 133 125 -
CMYK 0 0.17 0.22 0.37
HSL 13.33º 0.16% 0.56% -
HSV(B) 13.33º 0.22% 0.63% -
XYZ 26.79 25.83 22.98 -
YUV 140.46 119.28 142.65 -
System Red Green Blue C M Y K H S L
Decimal 161 133 125 0 0.17 0.22 0.37 13.33 0.16 0.56
Hex A1 85 7D 0 11 16 25 D 10 38
Octal 241 205 175 0 21 26 45 15 20 70
Binary 10100001 10000101 1111101 0 10001 10110 100101 1101 10000 111000

Color Harmonies of #A1857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1857D

Black with #A1857D

Text Example


Text Example

White with #A1857D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1857D; }

 p { color: rgb(161,133,125); }

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

background-color css

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

 a { background-color: rgb(161,133,125); }

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

border-color css

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

 span { border-color: rgb(161,133,125); }

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