Html Css Color HEX #A77A5E Medium Wood

📋 copy color: '#A77A5E'

red 167 ◦ green 122 ◦ blue 94

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

Shades of Medium Wood #A77A5E

Tints of Medium Wood #A77A5E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.85%

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

R = 43.6%
G = 31.85%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A77A5E (or 0xA77A5E) is known color: Medium Wood. HEX triplet: A7, 7A and 5E. RGB value is (167,122,94). Sum of RGB (Red+Green+Blue) = 167+122+94=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 167 - color contains mainly: red. Hex color #A77A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77A5E is #5885A1. Grayscale: #848484. Windows color (decimal): -5801378 or 6191783. OLE color: 6191783.

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

Color convert

RGB 167 122 94 -
CMYK 0 0.27 0.44 0.35
HSL 23.01º 0.29% 0.51% -
HSV(B) 23.01º 0.44% 0.65% -
XYZ 24.92 22.94 13.7 -
YUV 132.26 106.41 152.78 -
System Red Green Blue C M Y K H S L
Decimal 167 122 94 0 0.27 0.44 0.35 23.01 0.29 0.51
Hex A7 7A 5E 0 1B 2C 23 17 1D 33
Octal 247 172 136 0 33 54 43 27 35 63
Binary 10100111 1111010 1011110 0 11011 101100 100011 10111 11101 110011

Color Harmonies of #A77A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77A5E

Black with #A77A5E

Text Example


Text Example

White with #A77A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77A5E; }

 p { color: rgb(167,122,94); }

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

background-color css

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

 a { background-color: rgb(167,122,94); }

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

border-color css

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

 span { border-color: rgb(167,122,94); }

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