Html Css Color HEX #A68068 Medium Wood

📋 copy color: '#A68068'

red 166 ◦ green 128 ◦ blue 104

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

Shades of Medium Wood #A68068

Tints of Medium Wood #A68068

RGB

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

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

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

R = 41.71%
G = 32.16%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A68068 (or 0xA68068) is known color: Medium Wood. HEX triplet: A6, 80 and 68. RGB value is (166,128,104). Sum of RGB (Red+Green+Blue) = 166+128+104=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 166 - color contains mainly: red. Hex color #A68068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68068 is #597F97. Grayscale: #888888. Windows color (decimal): -5865368 or 6848678. OLE color: 6848678.

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

Color convert

RGB 166 128 104 -
CMYK 0 0.23 0.37 0.35
HSL 23.23º 0.26% 0.53% -
HSV(B) 23.23º 0.37% 0.65% -
XYZ 25.94 24.54 16.47 -
YUV 136.63 109.59 148.95 -
System Red Green Blue C M Y K H S L
Decimal 166 128 104 0 0.23 0.37 0.35 23.23 0.26 0.53
Hex A6 80 68 0 17 25 23 17 1A 35
Octal 246 200 150 0 27 45 43 27 32 65
Binary 10100110 10000000 1101000 0 10111 100101 100011 10111 11010 110101

Color Harmonies of #A68068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68068

Black with #A68068

Text Example


Text Example

White with #A68068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68068; }

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

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

background-color css

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

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

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

border-color css

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

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

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