Html Css Color HEX #A6835F Medium Wood

📋 copy color: '#A6835F'

red 166 ◦ green 131 ◦ blue 95

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

Shades of Medium Wood #A6835F

Tints of Medium Wood #A6835F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.42%

 BLUE value IS 95 (37.5% from 255) = 24.23%

R = 42.35%
G = 33.42%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A6835F (or 0xA6835F) is known color: Medium Wood. HEX triplet: A6, 83 and 5F. RGB value is (166,131,95). Sum of RGB (Red+Green+Blue) = 166+131+95=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 95 (37.5% from 255 or 24.23% from 392); Max value from RGB is 166 - color contains mainly: red. Hex color #A6835F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6835F is #597CA0. Grayscale: #898989. Windows color (decimal): -5864609 or 6259622. OLE color: 6259622.

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

Color convert

RGB 166 131 95 -
CMYK 0 0.21 0.43 0.35
HSL 30.42º 0.29% 0.51% -
HSV(B) 30.42º 0.43% 0.65% -
XYZ 25.91 25.17 14.32 -
YUV 137.36 104.1 148.43 -
System Red Green Blue C M Y K H S L
Decimal 166 131 95 0 0.21 0.43 0.35 30.42 0.29 0.51
Hex A6 83 5F 0 15 2B 23 1E 1D 33
Octal 246 203 137 0 25 53 43 36 35 63
Binary 10100110 10000011 1011111 0 10101 101011 100011 11110 11101 110011

Color Harmonies of #A6835F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6835F

Black with #A6835F

Text Example


Text Example

White with #A6835F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6835F; }

 p { color: rgb(166,131,95); }

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

background-color css

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

 a { background-color: rgb(166,131,95); }

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

border-color css

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

 span { border-color: rgb(166,131,95); }

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