Html Css Color HEX #A67963 Medium Wood

📋 copy color: '#A67963'

red 166 ◦ green 121 ◦ blue 99

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

Shades of Medium Wood #A67963

Tints of Medium Wood #A67963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25.65%

R = 43.01%
G = 31.35%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A67963 (or 0xA67963) is known color: Medium Wood. HEX triplet: A6, 79 and 63. RGB value is (166,121,99). Sum of RGB (Red+Green+Blue) = 166+121+99=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A67963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67963 is #59869C. Grayscale: #848484. Windows color (decimal): -5867165 or 6519206. OLE color: 6519206.

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

Color convert

RGB 166 121 99 -
CMYK 0 0.27 0.40 0.35
HSL 19.7º 0.27% 0.52% -
HSV(B) 19.7º 0.4% 0.65% -
XYZ 24.82 22.68 14.87 -
YUV 131.95 109.41 152.29 -
System Red Green Blue C M Y K H S L
Decimal 166 121 99 0 0.27 0.40 0.35 19.7 0.27 0.52
Hex A6 79 63 0 1B 28 23 14 1B 34
Octal 246 171 143 0 33 50 43 24 33 64
Binary 10100110 1111001 1100011 0 11011 101000 100011 10100 11011 110100

Color Harmonies of #A67963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67963

Black with #A67963

Text Example


Text Example

White with #A67963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67963; }

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

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

background-color css

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

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

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

border-color css

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

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

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