Html Css Color HEX #A68064 Medium Wood

📋 copy color: '#A68064'

red 166 ◦ green 128 ◦ blue 100

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

Shades of Medium Wood #A68064

Tints of Medium Wood #A68064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.38%

R = 42.13%
G = 32.49%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A68064 (or 0xA68064) is known color: Medium Wood. HEX triplet: A6, 80 and 64. RGB value is (166,128,100). Sum of RGB (Red+Green+Blue) = 166+128+100=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A68064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68064 is #597F9B. Grayscale: #888888. Windows color (decimal): -5865372 or 6586534. OLE color: 6586534.

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

Color convert

RGB 166 128 100 -
CMYK 0 0.23 0.40 0.35
HSL 25.45º 0.27% 0.52% -
HSV(B) 25.45º 0.4% 0.65% -
XYZ 25.75 24.47 15.42 -
YUV 136.17 107.59 149.28 -
System Red Green Blue C M Y K H S L
Decimal 166 128 100 0 0.23 0.40 0.35 25.45 0.27 0.52
Hex A6 80 64 0 17 28 23 19 1B 34
Octal 246 200 144 0 27 50 43 31 33 64
Binary 10100110 10000000 1100100 0 10111 101000 100011 11001 11011 110100

Color Harmonies of #A68064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68064

Black with #A68064

Text Example


Text Example

White with #A68064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68064; }

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

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

background-color css

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

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

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

border-color css

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

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

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