#A5825F

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

Shades of Medium Wood #A5825F

Tints of Medium Wood #A5825F

Color information

#A5825F (or 0xA5825F) is unknown color: approx Medium Wood. HEX triplet: A5, 82 and 5F. RGB value is (165,130,95). Sum of RGB (Red+Green+Blue) = 165+130+95=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 95 (37.5% from 255 or 24.36% from 390); Max value from RGB is 165 - color contains mainly: red. Hex color #A5825F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5825F is #5A7DA0. Grayscale: #888888. Windows color (decimal): -5930401 or 6259365. OLE color: 6259365.

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

Color convert

RGB16513095-
CMYK00.210.420.35
HSL30º28%50.98%-
HSV(B)30º42.42%64.71%-
XYZ25.5724.7914.26-
YUV136.48104.6148.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.31%
GREEN value IS 130 (51.17% from 255) = 33.33%
BLUE value IS 95 (37.5% from 255) = 24.36%
R=42.31%
G=33.33%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651309500.210.420.35302850.98
HexA5825F0152A231e1c33
Octal2452021370255243363463
Binary101001011000001010111110101011010101000111111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5825F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5825F; }

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

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

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

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

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

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

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

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