Html Css Color HEX #A67C5E Medium Wood

📋 copy color: '#A67C5E'

red 166 ◦ green 124 ◦ blue 94

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

Shades of Medium Wood #A67C5E

Tints of Medium Wood #A67C5E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.29%

 BLUE value IS 94 (37.11% from 255) = 24.48%

R = 43.23%
G = 32.29%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A67C5E (or 0xA67C5E) is known color: Medium Wood. HEX triplet: A6, 7C and 5E. RGB value is (166,124,94). Sum of RGB (Red+Green+Blue) = 166+124+94=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67C5E is #5983A1. Grayscale: #858585. Windows color (decimal): -5866402 or 6192294. OLE color: 6192294.

HSL color Cylindrical-coordinate representation of color #A67C5E: hue angle of 25º 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 #A67C5E is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 124 94 -
CMYK 0 0.25 0.43 0.35
HSL 25º 0.29% 0.51% -
HSV(B) 25º 0.43% 0.65% -
XYZ 24.95 23.33 13.78 -
YUV 133.14 105.91 151.44 -
System Red Green Blue C M Y K H S L
Decimal 166 124 94 0 0.25 0.43 0.35 25 0.29 0.51
Hex A6 7C 5E 0 19 2B 23 19 1D 33
Octal 246 174 136 0 31 53 43 31 35 63
Binary 10100110 1111100 1011110 0 11001 101011 100011 11001 11101 110011

Color Harmonies of #A67C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67C5E

Black with #A67C5E

Text Example


Text Example

White with #A67C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67C5E; }

 p { color: rgb(166,124,94); }

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

background-color css

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

 a { background-color: rgb(166,124,94); }

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

border-color css

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

 span { border-color: rgb(166,124,94); }

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