Html Css Color HEX #A77F5A Medium Wood

📋 copy color: '#A77F5A'

red 167 ◦ green 127 ◦ blue 90

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

Shades of Medium Wood #A77F5A

Tints of Medium Wood #A77F5A

RGB

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

 GREEN value IS 127 (50% from 255) = 33.07%

 BLUE value IS 90 (35.55% from 255) = 23.44%

R = 43.49%
G = 33.07%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A77F5A (or 0xA77F5A) is known color: Medium Wood. HEX triplet: A7, 7F and 5A. RGB value is (167,127,90). Sum of RGB (Red+Green+Blue) = 167+127+90=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77F5A is #5880A5. Grayscale: #868686. Windows color (decimal): -5800102 or 5930919. OLE color: 5930919.

HSL color Cylindrical-coordinate representation of color #A77F5A: hue angle of 28.83º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A77F5A is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 127 90 -
CMYK 0 0.24 0.46 0.35
HSL 28.83º 0.3% 0.5% -
HSV(B) 28.83º 0.46% 0.65% -
XYZ 25.37 24.13 12.99 -
YUV 134.74 102.75 151.01 -
System Red Green Blue C M Y K H S L
Decimal 167 127 90 0 0.24 0.46 0.35 28.83 0.3 0.5
Hex A7 7F 5A 0 18 2E 23 1D 1E 32
Octal 247 177 132 0 30 56 43 35 36 62
Binary 10100111 1111111 1011010 0 11000 101110 100011 11101 11110 110010

Color Harmonies of #A77F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77F5A

Black with #A77F5A

Text Example


Text Example

White with #A77F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77F5A; }

 p { color: rgb(167,127,90); }

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

background-color css

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

 a { background-color: rgb(167,127,90); }

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

border-color css

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

 span { border-color: rgb(167,127,90); }

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