Html Css Color HEX #A17963 Medium Wood

📋 copy color: '#A17963'

red 161 ◦ green 121 ◦ blue 99

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

Shades of Medium Wood #A17963

Tints of Medium Wood #A17963

RGB

 RED value IS 161 (63.28% from 255) = 42.26%

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

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

R = 42.26%
G = 31.76%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A17963 (or 0xA17963) is known color: Medium Wood. HEX triplet: A1, 79 and 63. RGB value is (161,121,99). Sum of RGB (Red+Green+Blue) = 161+121+99=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 99 (39.06% from 255 or 25.98% from 381); Max value from RGB is 161 - color contains mainly: red. Hex color #A17963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17963 is #5E869C. Grayscale: #828282. Windows color (decimal): -6194845 or 6519201. OLE color: 6519201.

HSL color Cylindrical-coordinate representation of color #A17963: hue angle of 21.29º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A17963 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 121 99 -
CMYK 0 0.25 0.39 0.37
HSL 21.29º 0.25% 0.51% -
HSV(B) 21.29º 0.39% 0.63% -
XYZ 23.79 22.15 14.83 -
YUV 130.45 110.25 149.79 -
System Red Green Blue C M Y K H S L
Decimal 161 121 99 0 0.25 0.39 0.37 21.29 0.25 0.51
Hex A1 79 63 0 19 27 25 15 19 33
Octal 241 171 143 0 31 47 45 25 31 63
Binary 10100001 1111001 1100011 0 11001 100111 100101 10101 11001 110011

Color Harmonies of #A17963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17963

Black with #A17963

Text Example


Text Example

White with #A17963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17963; }

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

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

background-color css

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

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

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

border-color css

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

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

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