Html Css Color HEX #A1816D Medium Wood

📋 copy color: '#A1816D'

red 161 ◦ green 129 ◦ blue 109

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

Shades of Medium Wood #A1816D

Tints of Medium Wood #A1816D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.32%

R = 40.35%
G = 32.33%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A1816D (or 0xA1816D) is known color: Medium Wood. HEX triplet: A1, 81 and 6D. RGB value is (161,129,109). Sum of RGB (Red+Green+Blue) = 161+129+109=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 161 - color contains mainly: red. Hex color #A1816D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1816D is #5E7E92. Grayscale: #888888. Windows color (decimal): -6192787 or 7176609. OLE color: 7176609.

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

Color convert

RGB 161 129 109 -
CMYK 0 0.20 0.32 0.37
HSL 23.08º 0.22% 0.53% -
HSV(B) 23.08º 0.32% 0.63% -
XYZ 25.31 24.38 17.84 -
YUV 136.29 112.6 145.63 -
System Red Green Blue C M Y K H S L
Decimal 161 129 109 0 0.20 0.32 0.37 23.08 0.22 0.53
Hex A1 81 6D 0 14 20 25 17 16 35
Octal 241 201 155 0 24 40 45 27 26 65
Binary 10100001 10000001 1101101 0 10100 100000 100101 10111 10110 110101

Color Harmonies of #A1816D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1816D

Black with #A1816D

Text Example


Text Example

White with #A1816D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1816D; }

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

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

background-color css

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

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

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

border-color css

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

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

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