Html Css Color HEX #A68162 Medium Wood

📋 copy color: '#A68162'

red 166 ◦ green 129 ◦ blue 98

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

Shades of Medium Wood #A68162

Tints of Medium Wood #A68162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.94%

R = 42.24%
G = 32.82%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A68162 (or 0xA68162) is known color: Medium Wood. HEX triplet: A6, 81 and 62. RGB value is (166,129,98). Sum of RGB (Red+Green+Blue) = 166+129+98=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 98 (38.67% from 255 or 24.94% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A68162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68162 is #597E9D. Grayscale: #888888. Windows color (decimal): -5865118 or 6455718. OLE color: 6455718.

HSL color Cylindrical-coordinate representation of color #A68162: hue angle of 27.35º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A68162 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 129 98 -
CMYK 0 0.22 0.41 0.35
HSL 27.35º 0.28% 0.52% -
HSV(B) 27.35º 0.41% 0.65% -
XYZ 25.78 24.69 14.96 -
YUV 136.53 106.26 149.02 -
System Red Green Blue C M Y K H S L
Decimal 166 129 98 0 0.22 0.41 0.35 27.35 0.28 0.52
Hex A6 81 62 0 16 29 23 1B 1C 34
Octal 246 201 142 0 26 51 43 33 34 64
Binary 10100110 10000001 1100010 0 10110 101001 100011 11011 11100 110100

Color Harmonies of #A68162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68162

Black with #A68162

Text Example


Text Example

White with #A68162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68162; }

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

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

background-color css

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

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

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

border-color css

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

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

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