Html Css Color HEX #A77965 Medium Wood

📋 copy color: '#A77965'

red 167 ◦ green 121 ◦ blue 101

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

Shades of Medium Wood #A77965

Tints of Medium Wood #A77965

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.11%

 BLUE value IS 101 (39.84% from 255) = 25.96%

R = 42.93%
G = 31.11%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A77965 (or 0xA77965) is known color: Medium Wood. HEX triplet: A7, 79 and 65. RGB value is (167,121,101). Sum of RGB (Red+Green+Blue) = 167+121+101=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 167 - color contains mainly: red. Hex color #A77965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77965 is #58869A. Grayscale: #848484. Windows color (decimal): -5801627 or 6650279. OLE color: 6650279.

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

Color convert

RGB 167 121 101 -
CMYK 0 0.28 0.40 0.35
HSL 18.18º 0.27% 0.53% -
HSV(B) 18.18º 0.4% 0.65% -
XYZ 25.12 22.83 15.39 -
YUV 132.47 110.24 152.63 -
System Red Green Blue C M Y K H S L
Decimal 167 121 101 0 0.28 0.40 0.35 18.18 0.27 0.53
Hex A7 79 65 0 1C 28 23 12 1B 35
Octal 247 171 145 0 34 50 43 22 33 65
Binary 10100111 1111001 1100101 0 11100 101000 100011 10010 11011 110101

Color Harmonies of #A77965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77965

Black with #A77965

Text Example


Text Example

White with #A77965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77965; }

 p { color: rgb(167,121,101); }

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

background-color css

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

 a { background-color: rgb(167,121,101); }

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

border-color css

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

 span { border-color: rgb(167,121,101); }

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