Html Css Color HEX #A17C65 Medium Wood

📋 copy color: '#A17C65'

red 161 ◦ green 124 ◦ blue 101

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

Shades of Medium Wood #A17C65

Tints of Medium Wood #A17C65

RGB

 RED value IS 161 (63.28% from 255) = 41.71%

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

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

R = 41.71%
G = 32.12%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A17C65 (or 0xA17C65) is known color: Medium Wood. HEX triplet: A1, 7C and 65. RGB value is (161,124,101). Sum of RGB (Red+Green+Blue) = 161+124+101=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17C65 is #5E839A. Grayscale: #848484. Windows color (decimal): -6194075 or 6651041. OLE color: 6651041.

HSL color Cylindrical-coordinate representation of color #A17C65: hue angle of 23º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A17C65 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 124 101 -
CMYK 0 0.23 0.37 0.37
HSL 23º 0.24% 0.51% -
HSV(B) 23º 0.37% 0.63% -
XYZ 24.25 22.93 15.46 -
YUV 132.44 110.26 148.37 -
System Red Green Blue C M Y K H S L
Decimal 161 124 101 0 0.23 0.37 0.37 23 0.24 0.51
Hex A1 7C 65 0 17 25 25 17 18 33
Octal 241 174 145 0 27 45 45 27 30 63
Binary 10100001 1111100 1100101 0 10111 100101 100101 10111 11000 110011

Color Harmonies of #A17C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17C65

Black with #A17C65

Text Example


Text Example

White with #A17C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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