Html Css Color HEX #A77F66 Medium Wood

📋 copy color: '#A77F66'

red 167 ◦ green 127 ◦ blue 102

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

Shades of Medium Wood #A77F66

Tints of Medium Wood #A77F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.76%

R = 42.17%
G = 32.07%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A77F66 (or 0xA77F66) is known color: Medium Wood. HEX triplet: A7, 7F and 66. RGB value is (167,127,102). Sum of RGB (Red+Green+Blue) = 167+127+102=396 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.17% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 102 (40.23% from 255 or 25.76% from 396); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77F66 is #588099. Grayscale: #888888. Windows color (decimal): -5800090 or 6717351. OLE color: 6717351.

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

Color convert

RGB 167 127 102 -
CMYK 0 0.24 0.39 0.35
HSL 23.08º 0.27% 0.53% -
HSV(B) 23.08º 0.39% 0.65% -
XYZ 25.92 24.35 15.9 -
YUV 136.11 108.75 150.03 -
System Red Green Blue C M Y K H S L
Decimal 167 127 102 0 0.24 0.39 0.35 23.08 0.27 0.53
Hex A7 7F 66 0 18 27 23 17 1B 35
Octal 247 177 146 0 30 47 43 27 33 65
Binary 10100111 1111111 1100110 0 11000 100111 100011 10111 11011 110101

Color Harmonies of #A77F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77F66

Black with #A77F66

Text Example


Text Example

White with #A77F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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