Html Css Color HEX #A77E6C Medium Wood

📋 copy color: '#A77E6C'

red 167 ◦ green 126 ◦ blue 108

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

Shades of Medium Wood #A77E6C

Tints of Medium Wood #A77E6C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.42%

 BLUE value IS 108 (42.58% from 255) = 26.93%

R = 41.65%
G = 31.42%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A77E6C (or 0xA77E6C) is known color: Medium Wood. HEX triplet: A7, 7E and 6C. RGB value is (167,126,108). Sum of RGB (Red+Green+Blue) = 167+126+108=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 167 - color contains mainly: red. Hex color #A77E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77E6C is #588193. Grayscale: #888888. Windows color (decimal): -5800340 or 7110311. OLE color: 7110311.

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

Color convert

RGB 167 126 108 -
CMYK 0 0.25 0.35 0.35
HSL 18.31º 0.25% 0.54% -
HSV(B) 18.31º 0.35% 0.65% -
XYZ 26.1 24.22 17.49 -
YUV 136.21 112.08 149.96 -
System Red Green Blue C M Y K H S L
Decimal 167 126 108 0 0.25 0.35 0.35 18.31 0.25 0.54
Hex A7 7E 6C 0 19 23 23 12 19 36
Octal 247 176 154 0 31 43 43 22 31 66
Binary 10100111 1111110 1101100 0 11001 100011 100011 10010 11001 110110

Color Harmonies of #A77E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77E6C

Black with #A77E6C

Text Example


Text Example

White with #A77E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77E6C; }

 p { color: rgb(167,126,108); }

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

background-color css

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

 a { background-color: rgb(167,126,108); }

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

border-color css

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

 span { border-color: rgb(167,126,108); }

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