Html Css Color HEX #A18175 Hemp

📋 copy color: '#A18175'

red 161 ◦ green 129 ◦ blue 117

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

Shades of Hemp #A18175

Tints of Hemp #A18175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.75%

R = 39.56%
G = 31.7%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A18175 (or 0xA18175) is known color: Hemp. HEX triplet: A1, 81 and 75. RGB value is (161,129,117). Sum of RGB (Red+Green+Blue) = 161+129+117=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 161 - color contains mainly: red. Hex color #A18175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18175 is #5E7E8A. Grayscale: #898989. Windows color (decimal): -6192779 or 7700897. OLE color: 7700897.

HSL color Cylindrical-coordinate representation of color #A18175: hue angle of 16.36º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A18175 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 129 117 -
CMYK 0 0.20 0.27 0.37
HSL 16.36º 0.19% 0.55% -
HSV(B) 16.36º 0.27% 0.63% -
XYZ 25.76 24.56 20.21 -
YUV 137.2 116.6 144.98 -
System Red Green Blue C M Y K H S L
Decimal 161 129 117 0 0.20 0.27 0.37 16.36 0.19 0.55
Hex A1 81 75 0 14 1B 25 10 13 37
Octal 241 201 165 0 24 33 45 20 23 67
Binary 10100001 10000001 1110101 0 10100 11011 100101 10000 10011 110111

Color Harmonies of #A18175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18175

Black with #A18175

Text Example


Text Example

White with #A18175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18175; }

 p { color: rgb(161,129,117); }

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

background-color css

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

 a { background-color: rgb(161,129,117); }

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

border-color css

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

 span { border-color: rgb(161,129,117); }

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