Html Css Color HEX #A1816A Medium Wood

📋 copy color: '#A1816A'

red 161 ◦ green 129 ◦ blue 106

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

Shades of Medium Wood #A1816A

Tints of Medium Wood #A1816A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.77%

R = 40.66%
G = 32.58%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A1816A (or 0xA1816A) is known color: Medium Wood. HEX triplet: A1, 81 and 6A. RGB value is (161,129,106). Sum of RGB (Red+Green+Blue) = 161+129+106=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 161 - color contains mainly: red. Hex color #A1816A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1816A is #5E7E95. Grayscale: #888888. Windows color (decimal): -6192790 or 6980001. OLE color: 6980001.

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

Color convert

RGB 161 129 106 -
CMYK 0 0.20 0.34 0.37
HSL 25.09º 0.23% 0.52% -
HSV(B) 25.09º 0.34% 0.63% -
XYZ 25.15 24.32 17 -
YUV 135.95 111.1 145.87 -
System Red Green Blue C M Y K H S L
Decimal 161 129 106 0 0.20 0.34 0.37 25.09 0.23 0.52
Hex A1 81 6A 0 14 22 25 19 17 34
Octal 241 201 152 0 24 42 45 31 27 64
Binary 10100001 10000001 1101010 0 10100 100010 100101 11001 10111 110100

Color Harmonies of #A1816A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1816A

Black with #A1816A

Text Example


Text Example

White with #A1816A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1816A; }

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

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

background-color css

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

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

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

border-color css

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

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

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