#A9825F

Color #A9825F Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #A9825F

Tints of Medium Wood #A9825F

Color information

#A9825F (or 0xA9825F) is unknown color: approx Medium Wood. HEX triplet: A9, 82 and 5F. RGB value is (169,130,95). Sum of RGB (Red+Green+Blue) = 169+130+95=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 95 (37.5% from 255 or 24.11% from 394); Max value from RGB is 169 - color contains mainly: red. Hex color #A9825F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9825F is #567DA0. Grayscale: #898989. Windows color (decimal): -5668257 or 6259369. OLE color: 6259369.

HSL color Cylindrical-coordinate representation of color #A9825F: hue angle of 28.38º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A9825F is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB16913095-
CMYK00.230.440.34
HSL28.38º30.08%51.76%-
HSV(B)28.38º43.79%66.27%-
XYZ26.4125.2314.3-
YUV137.67103.92150.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.89%
GREEN value IS 130 (51.17% from 255) = 32.99%
BLUE value IS 95 (37.5% from 255) = 24.11%
R=42.89%
G=32.99%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691309500.230.440.3428.3830.0851.76
HexA9825F0172C221c1e34
Octal2512021370275442343664
Binary101010011000001010111110101111011001000101110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9825F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9825F; }

 p { color: rgb(169,130,95); }

 H1.HeaderClassName
 {
   color: #A9825F;
 }
 .AnyTagClassName
 {
   color: #A9825F;
 }
</style>
background-color css

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

 a { background-color: rgb(169,130,95); }

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

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

 span { border-color: rgb(169,130,95); }

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