Html Css Color HEX #A1826D Medium Wood

📋 copy color: '#A1826D'

red 161 ◦ green 130 ◦ blue 109

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

Shades of Medium Wood #A1826D

Tints of Medium Wood #A1826D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.5%

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

R = 40.25%
G = 32.5%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A1826D (or 0xA1826D) is known color: Medium Wood. HEX triplet: A1, 82 and 6D. RGB value is (161,130,109). Sum of RGB (Red+Green+Blue) = 161+130+109=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 161 - color contains mainly: red. Hex color #A1826D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1826D is #5E7D92. Grayscale: #888888. Windows color (decimal): -6192531 or 7176865. OLE color: 7176865.

HSL color Cylindrical-coordinate representation of color #A1826D: hue angle of 24.23º 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 #A1826D is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 130 109 -
CMYK 0 0.19 0.32 0.37
HSL 24.23º 0.22% 0.53% -
HSV(B) 24.23º 0.32% 0.63% -
XYZ 25.44 24.65 17.88 -
YUV 136.88 112.27 145.21 -
System Red Green Blue C M Y K H S L
Decimal 161 130 109 0 0.19 0.32 0.37 24.23 0.22 0.53
Hex A1 82 6D 0 13 20 25 18 16 35
Octal 241 202 155 0 23 40 45 30 26 65
Binary 10100001 10000010 1101101 0 10011 100000 100101 11000 10110 110101

Color Harmonies of #A1826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1826D

Black with #A1826D

Text Example


Text Example

White with #A1826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1826D; }

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

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

background-color css

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

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

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

border-color css

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

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

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