Html Css Color HEX #A68163 Medium Wood

📋 copy color: '#A68163'

red 166 ◦ green 129 ◦ blue 99

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

Shades of Medium Wood #A68163

Tints of Medium Wood #A68163

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.74%

 BLUE value IS 99 (39.06% from 255) = 25.13%

R = 42.13%
G = 32.74%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A68163 (or 0xA68163) is known color: Medium Wood. HEX triplet: A6, 81 and 63. RGB value is (166,129,99). Sum of RGB (Red+Green+Blue) = 166+129+99=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 99 (39.06% from 255 or 25.13% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A68163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68163 is #597E9C. Grayscale: #888888. Windows color (decimal): -5865117 or 6521254. OLE color: 6521254.

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

Color convert

RGB 166 129 99 -
CMYK 0 0.22 0.40 0.35
HSL 26.87º 0.27% 0.52% -
HSV(B) 26.87º 0.4% 0.65% -
XYZ 25.83 24.71 15.21 -
YUV 136.64 106.76 148.94 -
System Red Green Blue C M Y K H S L
Decimal 166 129 99 0 0.22 0.40 0.35 26.87 0.27 0.52
Hex A6 81 63 0 16 28 23 1B 1B 34
Octal 246 201 143 0 26 50 43 33 33 64
Binary 10100110 10000001 1100011 0 10110 101000 100011 11011 11011 110100

Color Harmonies of #A68163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68163

Black with #A68163

Text Example


Text Example

White with #A68163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68163; }

 p { color: rgb(166,129,99); }

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

background-color css

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

 a { background-color: rgb(166,129,99); }

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

border-color css

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

 span { border-color: rgb(166,129,99); }

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