Html Css Color HEX #A68065 Medium Wood

📋 copy color: '#A68065'

red 166 ◦ green 128 ◦ blue 101

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

Shades of Medium Wood #A68065

Tints of Medium Wood #A68065

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.41%

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

R = 42.03%
G = 32.41%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A68065 (or 0xA68065) is known color: Medium Wood. HEX triplet: A6, 80 and 65. RGB value is (166,128,101). Sum of RGB (Red+Green+Blue) = 166+128+101=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A68065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68065 is #597F9A. Grayscale: #888888. Windows color (decimal): -5865371 or 6652070. OLE color: 6652070.

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

Color convert

RGB 166 128 101 -
CMYK 0 0.23 0.39 0.35
HSL 24.92º 0.27% 0.52% -
HSV(B) 24.92º 0.39% 0.65% -
XYZ 25.79 24.48 15.68 -
YUV 136.28 108.09 149.2 -
System Red Green Blue C M Y K H S L
Decimal 166 128 101 0 0.23 0.39 0.35 24.92 0.27 0.52
Hex A6 80 65 0 17 27 23 19 1B 34
Octal 246 200 145 0 27 47 43 31 33 64
Binary 10100110 10000000 1100101 0 10111 100111 100011 11001 11011 110100

Color Harmonies of #A68065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68065

Black with #A68065

Text Example


Text Example

White with #A68065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68065; }

 p { color: rgb(166,128,101); }

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

background-color css

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

 a { background-color: rgb(166,128,101); }

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

border-color css

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

 span { border-color: rgb(166,128,101); }

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