Html Css Color HEX #A6795B Medium Wood

📋 copy color: '#A6795B'

red 166 ◦ green 121 ◦ blue 91

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

Shades of Medium Wood #A6795B

Tints of Medium Wood #A6795B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.01%

 BLUE value IS 91 (35.94% from 255) = 24.07%

R = 43.92%
G = 32.01%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A6795B (or 0xA6795B) is known color: Medium Wood. HEX triplet: A6, 79 and 5B. RGB value is (166,121,91). Sum of RGB (Red+Green+Blue) = 166+121+91=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A6795B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6795B is #5986A4. Grayscale: #838383. Windows color (decimal): -5867173 or 5994918. OLE color: 5994918.

HSL color Cylindrical-coordinate representation of color #A6795B: hue angle of 24º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6795B is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 121 91 -
CMYK 0 0.27 0.45 0.35
HSL 24º 0.3% 0.5% -
HSV(B) 24º 0.45% 0.65% -
XYZ 24.45 22.54 12.96 -
YUV 131.04 105.41 152.94 -
System Red Green Blue C M Y K H S L
Decimal 166 121 91 0 0.27 0.45 0.35 24 0.3 0.5
Hex A6 79 5B 0 1B 2D 23 18 1E 32
Octal 246 171 133 0 33 55 43 30 36 62
Binary 10100110 1111001 1011011 0 11011 101101 100011 11000 11110 110010

Color Harmonies of #A6795B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6795B

Black with #A6795B

Text Example


Text Example

White with #A6795B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6795B; }

 p { color: rgb(166,121,91); }

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

background-color css

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

 a { background-color: rgb(166,121,91); }

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

border-color css

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

 span { border-color: rgb(166,121,91); }

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