Html Css Color HEX #A68067 Medium Wood

📋 copy color: '#A68067'

red 166 ◦ green 128 ◦ blue 103

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

Shades of Medium Wood #A68067

Tints of Medium Wood #A68067

RGB

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

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

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

R = 41.81%
G = 32.24%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A68067 (or 0xA68067) is known color: Medium Wood. HEX triplet: A6, 80 and 67. RGB value is (166,128,103). Sum of RGB (Red+Green+Blue) = 166+128+103=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 103 (40.62% from 255 or 25.94% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A68067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68067 is #597F98. Grayscale: #888888. Windows color (decimal): -5865369 or 6783142. OLE color: 6783142.

HSL color Cylindrical-coordinate representation of color #A68067: hue angle of 23.81º 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 #A68067 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 128 103 -
CMYK 0 0.23 0.38 0.35
HSL 23.81º 0.26% 0.53% -
HSV(B) 23.81º 0.38% 0.65% -
XYZ 25.89 24.52 16.2 -
YUV 136.51 109.09 149.03 -
System Red Green Blue C M Y K H S L
Decimal 166 128 103 0 0.23 0.38 0.35 23.81 0.26 0.53
Hex A6 80 67 0 17 26 23 18 1A 35
Octal 246 200 147 0 27 46 43 30 32 65
Binary 10100110 10000000 1100111 0 10111 100110 100011 11000 11010 110101

Color Harmonies of #A68067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68067

Black with #A68067

Text Example


Text Example

White with #A68067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68067; }

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

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

background-color css

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

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

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

border-color css

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

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

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