Html Css Color HEX #A77A64 Medium Wood

📋 copy color: '#A77A64'

red 167 ◦ green 122 ◦ blue 100

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

Shades of Medium Wood #A77A64

Tints of Medium Wood #A77A64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.71%

R = 42.93%
G = 31.36%
B = 25.71%

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

#A77A64 (or 0xA77A64) is known color: Medium Wood. HEX triplet: A7, 7A and 64. RGB value is (167,122,100). Sum of RGB (Red+Green+Blue) = 167+122+100=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 167 - color contains mainly: red. Hex color #A77A64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77A64 is #58859B. Grayscale: #858585. Windows color (decimal): -5801372 or 6584999. OLE color: 6584999.

HSL color Cylindrical-coordinate representation of color #A77A64: hue angle of 19.7º degrees, saturation: 0.28, 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 #A77A64 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 122 100 -
CMYK 0 0.27 0.40 0.35
HSL 19.7º 0.28% 0.52% -
HSV(B) 19.7º 0.4% 0.65% -
XYZ 25.2 23.05 15.18 -
YUV 132.95 109.41 152.29 -
System Red Green Blue C M Y K H S L
Decimal 167 122 100 0 0.27 0.40 0.35 19.7 0.28 0.52
Hex A7 7A 64 0 1B 28 23 14 1C 34
Octal 247 172 144 0 33 50 43 24 34 64
Binary 10100111 1111010 1100100 0 11011 101000 100011 10100 11100 110100

Color Harmonies of #A77A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77A64

Black with #A77A64

Text Example


Text Example

White with #A77A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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