Html Css Color HEX #A77962 Medium Wood

📋 copy color: '#A77962'

red 167 ◦ green 121 ◦ blue 98

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

Shades of Medium Wood #A77962

Tints of Medium Wood #A77962

RGB

 RED value IS 167 (65.63% from 255) = 43.26%

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

 BLUE value IS 98 (38.67% from 255) = 25.39%

R = 43.26%
G = 31.35%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A77962 (or 0xA77962) is known color: Medium Wood. HEX triplet: A7, 79 and 62. RGB value is (167,121,98). Sum of RGB (Red+Green+Blue) = 167+121+98=386 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.26% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 98 (38.67% from 255 or 25.39% from 386); Max value from RGB is 167 - color contains mainly: red. Hex color #A77962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77962 is #58869D. Grayscale: #848484. Windows color (decimal): -5801630 or 6453671. OLE color: 6453671.

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

Color convert

RGB 167 121 98 -
CMYK 0 0.28 0.41 0.35
HSL 20º 0.28% 0.52% -
HSV(B) 20º 0.41% 0.65% -
XYZ 24.98 22.77 14.63 -
YUV 132.13 108.74 152.87 -
System Red Green Blue C M Y K H S L
Decimal 167 121 98 0 0.28 0.41 0.35 20 0.28 0.52
Hex A7 79 62 0 1C 29 23 14 1C 34
Octal 247 171 142 0 34 51 43 24 34 64
Binary 10100111 1111001 1100010 0 11100 101001 100011 10100 11100 110100

Color Harmonies of #A77962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77962

Black with #A77962

Text Example


Text Example

White with #A77962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77962; }

 p { color: rgb(167,121,98); }

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

background-color css

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

 a { background-color: rgb(167,121,98); }

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

border-color css

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

 span { border-color: rgb(167,121,98); }

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