Html Css Color HEX #A77F62 Medium Wood

📋 copy color: '#A77F62'

red 167 ◦ green 127 ◦ blue 98

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

Shades of Medium Wood #A77F62

Tints of Medium Wood #A77F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25%

R = 42.6%
G = 32.4%
B = 25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A77F62 (or 0xA77F62) is known color: Medium Wood. HEX triplet: A7, 7F and 62. RGB value is (167,127,98). Sum of RGB (Red+Green+Blue) = 167+127+98=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 98 (38.67% from 255 or 25% from 392); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77F62 is #58809D. Grayscale: #878787. Windows color (decimal): -5800094 or 6455207. OLE color: 6455207.

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

Color convert

RGB 167 127 98 -
CMYK 0 0.24 0.41 0.35
HSL 25.22º 0.28% 0.52% -
HSV(B) 25.22º 0.41% 0.65% -
XYZ 25.73 24.28 14.88 -
YUV 135.65 106.75 150.36 -
System Red Green Blue C M Y K H S L
Decimal 167 127 98 0 0.24 0.41 0.35 25.22 0.28 0.52
Hex A7 7F 62 0 18 29 23 19 1C 34
Octal 247 177 142 0 30 51 43 31 34 64
Binary 10100111 1111111 1100010 0 11000 101001 100011 11001 11100 110100

Color Harmonies of #A77F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77F62

Black with #A77F62

Text Example


Text Example

White with #A77F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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