Html Css Color HEX #A17E6A Medium Wood

📋 copy color: '#A17E6A'

red 161 ◦ green 126 ◦ blue 106

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

Shades of Medium Wood #A17E6A

Tints of Medium Wood #A17E6A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.06%

 BLUE value IS 106 (41.8% from 255) = 26.97%

R = 40.97%
G = 32.06%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A17E6A (or 0xA17E6A) is known color: Medium Wood. HEX triplet: A1, 7E and 6A. RGB value is (161,126,106). Sum of RGB (Red+Green+Blue) = 161+126+106=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A17E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17E6A is #5E8195. Grayscale: #868686. Windows color (decimal): -6193558 or 6979233. OLE color: 6979233.

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

Color convert

RGB 161 126 106 -
CMYK 0 0.22 0.34 0.37
HSL 21.82º 0.23% 0.52% -
HSV(B) 21.82º 0.34% 0.63% -
XYZ 24.76 23.54 16.87 -
YUV 134.19 112.1 147.13 -
System Red Green Blue C M Y K H S L
Decimal 161 126 106 0 0.22 0.34 0.37 21.82 0.23 0.52
Hex A1 7E 6A 0 16 22 25 16 17 34
Octal 241 176 152 0 26 42 45 26 27 64
Binary 10100001 1111110 1101010 0 10110 100010 100101 10110 10111 110100

Color Harmonies of #A17E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17E6A

Black with #A17E6A

Text Example


Text Example

White with #A17E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17E6A; }

 p { color: rgb(161,126,106); }

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

background-color css

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

 a { background-color: rgb(161,126,106); }

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

border-color css

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

 span { border-color: rgb(161,126,106); }

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