Html Css Color HEX #A68261 Medium Wood

📋 copy color: '#A68261'

red 166 ◦ green 130 ◦ blue 97

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

Shades of Medium Wood #A68261

Tints of Medium Wood #A68261

RGB

 RED value IS 166 (65.23% from 255) = 42.24%

 GREEN value IS 130 (51.17% from 255) = 33.08%

 BLUE value IS 97 (38.28% from 255) = 24.68%

R = 42.24%
G = 33.08%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A68261 (or 0xA68261) is known color: Medium Wood. HEX triplet: A6, 82 and 61. RGB value is (166,130,97). Sum of RGB (Red+Green+Blue) = 166+130+97=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 97 (38.28% from 255 or 24.68% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A68261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68261 is #597D9E. Grayscale: #898989. Windows color (decimal): -5864863 or 6390438. OLE color: 6390438.

HSL color Cylindrical-coordinate representation of color #A68261: hue angle of 28.7º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A68261 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 130 97 -
CMYK 0 0.22 0.42 0.35
HSL 28.7º 0.28% 0.52% -
HSV(B) 28.7º 0.42% 0.65% -
XYZ 25.87 24.94 14.76 -
YUV 137 105.43 148.68 -
System Red Green Blue C M Y K H S L
Decimal 166 130 97 0 0.22 0.42 0.35 28.7 0.28 0.52
Hex A6 82 61 0 16 2A 23 1D 1C 34
Octal 246 202 141 0 26 52 43 35 34 64
Binary 10100110 10000010 1100001 0 10110 101010 100011 11101 11100 110100

Color Harmonies of #A68261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68261

Black with #A68261

Text Example


Text Example

White with #A68261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68261; }

 p { color: rgb(166,130,97); }

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

background-color css

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

 a { background-color: rgb(166,130,97); }

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

border-color css

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

 span { border-color: rgb(166,130,97); }

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