Html Css Color HEX #A08066 Medium Wood

📋 copy color: '#A08066'

red 160 ◦ green 128 ◦ blue 102

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

Shades of Medium Wood #A08066

Tints of Medium Wood #A08066

RGB

 RED value IS 160 (62.89% from 255) = 41.03%

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

 BLUE value IS 102 (40.23% from 255) = 26.15%

R = 41.03%
G = 32.82%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A08066 (or 0xA08066) is known color: Medium Wood. HEX triplet: A0, 80 and 66. RGB value is (160,128,102). Sum of RGB (Red+Green+Blue) = 160+128+102=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 160 - color contains mainly: red. Hex color #A08066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08066 is #5F7F99. Grayscale: #868686. Windows color (decimal): -6258586 or 6717600. OLE color: 6717600.

HSL color Cylindrical-coordinate representation of color #A08066: hue angle of 26.9º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A08066 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 128 102 -
CMYK 0 0.20 0.36 0.37
HSL 26.9º 0.23% 0.51% -
HSV(B) 26.9º 0.36% 0.63% -
XYZ 24.61 23.87 15.88 -
YUV 134.6 109.6 146.11 -
System Red Green Blue C M Y K H S L
Decimal 160 128 102 0 0.20 0.36 0.37 26.9 0.23 0.51
Hex A0 80 66 0 14 24 25 1B 17 33
Octal 240 200 146 0 24 44 45 33 27 63
Binary 10100000 10000000 1100110 0 10100 100100 100101 11011 10111 110011

Color Harmonies of #A08066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08066

Black with #A08066

Text Example


Text Example

White with #A08066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08066; }

 p { color: rgb(160,128,102); }

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

background-color css

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

 a { background-color: rgb(160,128,102); }

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

border-color css

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

 span { border-color: rgb(160,128,102); }

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