Html Css Color HEX #A08069 Medium Wood

📋 copy color: '#A08069'

red 160 ◦ green 128 ◦ blue 105

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

Shades of Medium Wood #A08069

Tints of Medium Wood #A08069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.72%

R = 40.71%
G = 32.57%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A08069 (or 0xA08069) is known color: Medium Wood. HEX triplet: A0, 80 and 69. RGB value is (160,128,105). Sum of RGB (Red+Green+Blue) = 160+128+105=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 160 - color contains mainly: red. Hex color #A08069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08069 is #5F7F96. Grayscale: #878787. Windows color (decimal): -6258583 or 6914208. OLE color: 6914208.

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

Color convert

RGB 160 128 105 -
CMYK 0 0.20 0.34 0.37
HSL 25.09º 0.22% 0.52% -
HSV(B) 25.09º 0.34% 0.63% -
XYZ 24.77 23.93 16.68 -
YUV 134.95 111.1 145.87 -
System Red Green Blue C M Y K H S L
Decimal 160 128 105 0 0.20 0.34 0.37 25.09 0.22 0.52
Hex A0 80 69 0 14 22 25 19 16 34
Octal 240 200 151 0 24 42 45 31 26 64
Binary 10100000 10000000 1101001 0 10100 100010 100101 11001 10110 110100

Color Harmonies of #A08069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08069

Black with #A08069

Text Example


Text Example

White with #A08069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08069; }

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

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

background-color css

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

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

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

border-color css

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

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

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