Html Css Color HEX #A6825D Medium Wood

📋 copy color: '#A6825D'

red 166 ◦ green 130 ◦ blue 93

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

Shades of Medium Wood #A6825D

Tints of Medium Wood #A6825D

RGB

 RED value IS 166 (65.23% from 255) = 42.67%

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

 BLUE value IS 93 (36.72% from 255) = 23.91%

R = 42.67%
G = 33.42%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A6825D (or 0xA6825D) is known color: Medium Wood. HEX triplet: A6, 82 and 5D. RGB value is (166,130,93). Sum of RGB (Red+Green+Blue) = 166+130+93=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A6825D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6825D is #597DA2. Grayscale: #888888. Windows color (decimal): -5864867 or 6128294. OLE color: 6128294.

HSL color Cylindrical-coordinate representation of color #A6825D: hue angle of 30.41º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6825D is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 130 93 -
CMYK 0 0.22 0.44 0.35
HSL 30.41º 0.29% 0.51% -
HSV(B) 30.41º 0.44% 0.65% -
XYZ 25.68 24.86 13.8 -
YUV 136.55 103.43 149.01 -
System Red Green Blue C M Y K H S L
Decimal 166 130 93 0 0.22 0.44 0.35 30.41 0.29 0.51
Hex A6 82 5D 0 16 2C 23 1E 1D 33
Octal 246 202 135 0 26 54 43 36 35 63
Binary 10100110 10000010 1011101 0 10110 101100 100011 11110 11101 110011

Color Harmonies of #A6825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6825D

Black with #A6825D

Text Example


Text Example

White with #A6825D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6825D; }

 p { color: rgb(166,130,93); }

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

background-color css

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

 a { background-color: rgb(166,130,93); }

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

border-color css

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

 span { border-color: rgb(166,130,93); }

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