Html Css Color HEX #A18065 Medium Wood

📋 copy color: '#A18065'

red 161 ◦ green 128 ◦ blue 101

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

Shades of Medium Wood #A18065

Tints of Medium Wood #A18065

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.82%

 BLUE value IS 101 (39.84% from 255) = 25.9%

R = 41.28%
G = 32.82%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A18065 (or 0xA18065) is known color: Medium Wood. HEX triplet: A1, 80 and 65. RGB value is (161,128,101). Sum of RGB (Red+Green+Blue) = 161+128+101=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 161 - color contains mainly: red. Hex color #A18065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18065 is #5E7F9A. Grayscale: #868686. Windows color (decimal): -6193051 or 6652065. OLE color: 6652065.

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

Color convert

RGB 161 128 101 -
CMYK 0 0.20 0.37 0.37
HSL 27º 0.24% 0.51% -
HSV(B) 27º 0.37% 0.63% -
XYZ 24.77 23.96 15.63 -
YUV 134.79 108.93 146.7 -
System Red Green Blue C M Y K H S L
Decimal 161 128 101 0 0.20 0.37 0.37 27 0.24 0.51
Hex A1 80 65 0 14 25 25 1B 18 33
Octal 241 200 145 0 24 45 45 33 30 63
Binary 10100001 10000000 1100101 0 10100 100101 100101 11011 11000 110011

Color Harmonies of #A18065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18065

Black with #A18065

Text Example


Text Example

White with #A18065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18065; }

 p { color: rgb(161,128,101); }

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

background-color css

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

 a { background-color: rgb(161,128,101); }

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

border-color css

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

 span { border-color: rgb(161,128,101); }

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