Html Css Color HEX #A67957 Medium Wood

📋 copy color: '#A67957'

red 166 ◦ green 121 ◦ blue 87

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

Shades of Medium Wood #A67957

Tints of Medium Wood #A67957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.26%

R = 44.39%
G = 32.35%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A67957 (or 0xA67957) is known color: Medium Wood. HEX triplet: A6, 79 and 57. RGB value is (166,121,87). Sum of RGB (Red+Green+Blue) = 166+121+87=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 166 - color contains mainly: red. Hex color #A67957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67957 is #5986A8. Grayscale: #828282. Windows color (decimal): -5867177 or 5732774. OLE color: 5732774.

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

Color convert

RGB 166 121 87 -
CMYK 0 0.27 0.48 0.35
HSL 25.82º 0.31% 0.5% -
HSV(B) 25.82º 0.48% 0.65% -
XYZ 24.28 22.47 12.07 -
YUV 130.58 103.41 153.26 -
System Red Green Blue C M Y K H S L
Decimal 166 121 87 0 0.27 0.48 0.35 25.82 0.31 0.5
Hex A6 79 57 0 1B 30 23 1A 1F 32
Octal 246 171 127 0 33 60 43 32 37 62
Binary 10100110 1111001 1010111 0 11011 110000 100011 11010 11111 110010

Color Harmonies of #A67957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67957

Black with #A67957

Text Example


Text Example

White with #A67957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67957; }

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

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

background-color css

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

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

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

border-color css

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

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

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