Html Css Color HEX #A77B5B Medium Wood

📋 copy color: '#A77B5B'

red 167 ◦ green 123 ◦ blue 91

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

Shades of Medium Wood #A77B5B

Tints of Medium Wood #A77B5B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.28%

 BLUE value IS 91 (35.94% from 255) = 23.88%

R = 43.83%
G = 32.28%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A77B5B (or 0xA77B5B) is known color: Medium Wood. HEX triplet: A7, 7B and 5B. RGB value is (167,123,91). Sum of RGB (Red+Green+Blue) = 167+123+91=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 167 - color contains mainly: red. Hex color #A77B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77B5B is #5884A4. Grayscale: #848484. Windows color (decimal): -5801125 or 5995431. OLE color: 5995431.

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

Color convert

RGB 167 123 91 -
CMYK 0 0.26 0.46 0.35
HSL 25.26º 0.3% 0.51% -
HSV(B) 25.26º 0.46% 0.65% -
XYZ 24.91 23.14 13.05 -
YUV 132.51 104.58 152.6 -
System Red Green Blue C M Y K H S L
Decimal 167 123 91 0 0.26 0.46 0.35 25.26 0.3 0.51
Hex A7 7B 5B 0 1A 2E 23 19 1E 33
Octal 247 173 133 0 32 56 43 31 36 63
Binary 10100111 1111011 1011011 0 11010 101110 100011 11001 11110 110011

Color Harmonies of #A77B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77B5B

Black with #A77B5B

Text Example


Text Example

White with #A77B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77B5B; }

 p { color: rgb(167,123,91); }

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

background-color css

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

 a { background-color: rgb(167,123,91); }

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

border-color css

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

 span { border-color: rgb(167,123,91); }

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