Html Css Color HEX #A97C65 Medium Wood

📋 copy color: '#A97C65'

red 169 ◦ green 124 ◦ blue 101

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

Shades of Medium Wood #A97C65

Tints of Medium Wood #A97C65

RGB

 RED value IS 169 (66.41% from 255) = 42.89%

 GREEN value IS 124 (48.83% from 255) = 31.47%

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

R = 42.89%
G = 31.47%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A97C65 (or 0xA97C65) is known color: Medium Wood. HEX triplet: A9, 7C and 65. RGB value is (169,124,101). Sum of RGB (Red+Green+Blue) = 169+124+101=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 169 - color contains mainly: red. Hex color #A97C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97C65 is #56839A. Grayscale: #868686. Windows color (decimal): -5669787 or 6651049. OLE color: 6651049.

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

Color convert

RGB 169 124 101 -
CMYK 0 0.27 0.40 0.34
HSL 20.29º 0.28% 0.53% -
HSV(B) 20.29º 0.4% 0.66% -
XYZ 25.92 23.79 15.54 -
YUV 134.83 108.91 152.37 -
System Red Green Blue C M Y K H S L
Decimal 169 124 101 0 0.27 0.40 0.34 20.29 0.28 0.53
Hex A9 7C 65 0 1B 28 22 14 1C 35
Octal 251 174 145 0 33 50 42 24 34 65
Binary 10101001 1111100 1100101 0 11011 101000 100010 10100 11100 110101

Color Harmonies of #A97C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97C65

Black with #A97C65

Text Example


Text Example

White with #A97C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97C65; }

 p { color: rgb(169,124,101); }

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

background-color css

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

 a { background-color: rgb(169,124,101); }

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

border-color css

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

 span { border-color: rgb(169,124,101); }

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