#AB825A

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

Shades of Medium Wood #AB825A

Tints of Medium Wood #AB825A

Color information

#AB825A (or 0xAB825A) is unknown color: approx Medium Wood. HEX triplet: AB, 82 and 5A. RGB value is (171,130,90). Sum of RGB (Red+Green+Blue) = 171+130+90=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB825A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB825A is #547DA5. Grayscale: #898989. Windows color (decimal): -5537190 or 5931691. OLE color: 5931691.

HSL color Cylindrical-coordinate representation of color #AB825A: hue angle of 29.63º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB825A is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB17113090-
CMYK00.240.470.33
HSL29.63º32.53%51.18%-
HSV(B)29.63º47.37%67.06%-
XYZ26.6225.3613.16-
YUV137.7101.08151.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.73%
GREEN value IS 130 (51.17% from 255) = 33.25%
BLUE value IS 90 (35.55% from 255) = 23.02%
R=43.73%
G=33.25%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711309000.240.470.3329.6332.5351.18
HexAB825A0182F211e2133
Octal2532021320305741364163
Binary1010101110000010101101001100010111110000111110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB825A; }

 p { color: rgb(171,130,90); }

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

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

 a { background-color: rgb(171,130,90); }

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

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

 span { border-color: rgb(171,130,90); }

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