Html Css Color HEX #A68467 Medium Wood

📋 copy color: '#A68467'

red 166 ◦ green 132 ◦ blue 103

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

Shades of Medium Wood #A68467

Tints of Medium Wood #A68467

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.92%

 BLUE value IS 103 (40.63% from 255) = 25.69%

R = 41.4%
G = 32.92%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A68467 (or 0xA68467) is known color: Medium Wood. HEX triplet: A6, 84 and 67. RGB value is (166,132,103). Sum of RGB (Red+Green+Blue) = 166+132+103=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 103 (40.62% from 255 or 25.69% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A68467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68467 is #597B98. Grayscale: #8B8B8B. Windows color (decimal): -5864345 or 6784166. OLE color: 6784166.

HSL color Cylindrical-coordinate representation of color #A68467: hue angle of 27.62º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A68467 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 132 103 -
CMYK 0 0.20 0.38 0.35
HSL 27.62º 0.26% 0.53% -
HSV(B) 27.62º 0.38% 0.65% -
XYZ 26.43 25.59 16.38 -
YUV 138.86 107.76 147.36 -
System Red Green Blue C M Y K H S L
Decimal 166 132 103 0 0.20 0.38 0.35 27.62 0.26 0.53
Hex A6 84 67 0 14 26 23 1C 1A 35
Octal 246 204 147 0 24 46 43 34 32 65
Binary 10100110 10000100 1100111 0 10100 100110 100011 11100 11010 110101

Color Harmonies of #A68467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68467

Black with #A68467

Text Example


Text Example

White with #A68467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68467; }

 p { color: rgb(166,132,103); }

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

background-color css

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

 a { background-color: rgb(166,132,103); }

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

border-color css

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

 span { border-color: rgb(166,132,103); }

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