Html Css Color HEX #A18169 Medium Wood

📋 copy color: '#A18169'

red 161 ◦ green 129 ◦ blue 105

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

Shades of Medium Wood #A18169

Tints of Medium Wood #A18169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.58%

R = 40.76%
G = 32.66%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#A18169 (or 0xA18169) is known color: Medium Wood. HEX triplet: A1, 81 and 69. RGB value is (161,129,105). Sum of RGB (Red+Green+Blue) = 161+129+105=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 161 - color contains mainly: red. Hex color #A18169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18169 is #5E7E96. Grayscale: #878787. Windows color (decimal): -6192791 or 6914465. OLE color: 6914465.

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

Color convert

RGB 161 129 105 -
CMYK 0 0.20 0.35 0.37
HSL 25.71º 0.23% 0.52% -
HSV(B) 25.71º 0.35% 0.63% -
XYZ 25.1 24.3 16.73 -
YUV 135.83 110.6 145.95 -
System Red Green Blue C M Y K H S L
Decimal 161 129 105 0 0.20 0.35 0.37 25.71 0.23 0.52
Hex A1 81 69 0 14 23 25 1A 17 34
Octal 241 201 151 0 24 43 45 32 27 64
Binary 10100001 10000001 1101001 0 10100 100011 100101 11010 10111 110100

Color Harmonies of #A18169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18169

Black with #A18169

Text Example


Text Example

White with #A18169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18169; }

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

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

background-color css

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

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

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

border-color css

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

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

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