Html Css Color HEX #A68368 Medium Wood

📋 copy color: '#A68368'

red 166 ◦ green 131 ◦ blue 104

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

Shades of Medium Wood #A68368

Tints of Medium Wood #A68368

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.67%

 BLUE value IS 104 (41.02% from 255) = 25.94%

R = 41.4%
G = 32.67%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A68368 (or 0xA68368) is known color: Medium Wood. HEX triplet: A6, 83 and 68. RGB value is (166,131,104). Sum of RGB (Red+Green+Blue) = 166+131+104=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A68368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68368 is #597C97. Grayscale: #8A8A8A. Windows color (decimal): -5864600 or 6849446. OLE color: 6849446.

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

Color convert

RGB 166 131 104 -
CMYK 0 0.21 0.37 0.35
HSL 26.13º 0.26% 0.53% -
HSV(B) 26.13º 0.37% 0.65% -
XYZ 26.34 25.34 16.6 -
YUV 138.39 108.6 147.7 -
System Red Green Blue C M Y K H S L
Decimal 166 131 104 0 0.21 0.37 0.35 26.13 0.26 0.53
Hex A6 83 68 0 15 25 23 1A 1A 35
Octal 246 203 150 0 25 45 43 32 32 65
Binary 10100110 10000011 1101000 0 10101 100101 100011 11010 11010 110101

Color Harmonies of #A68368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68368

Black with #A68368

Text Example


Text Example

White with #A68368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68368; }

 p { color: rgb(166,131,104); }

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

background-color css

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

 a { background-color: rgb(166,131,104); }

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

border-color css

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

 span { border-color: rgb(166,131,104); }

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