#ab580d

Color #AB580D Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #AB580D

Tints of Golden Brown #AB580D

Color information

#AB580D (or 0xAB580D) is unknown color: approx Golden Brown. HEX triplet: AB, 58 and 0D. RGB value is (171,88,13). Sum of RGB (Red+Green+Blue) = 171+88+13=272 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.87% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 171 - color contains mainly: red. Hex color #AB580D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB580D is #54A7F2. Grayscale: #686868. Windows color (decimal): -5548019 or 874667. OLE color: 874667.

HSL color Cylindrical-coordinate representation of color #AB580D: hue angle of 28.48º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB580D is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB1718813-
CMYK00.490.920.33
HSL28.48º85.87%36.08%-
HSV(B)28.48º92.4%67.06%-
XYZ20.3615.672.33-
YUV104.2776.5175.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 62.87%
GREEN value IS 88 (34.77% from 255) = 32.35%
BLUE value IS 13 (5.47% from 255) = 4.78%
R=62.87%
G=32.35%
B=4.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171881300.490.920.3328.4885.8736.08
HexAB58D0315C211c5624
Octal25313015061134413412644
Binary101010111011000110101100011011100100001111001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab580d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab580d; }

 p { color: rgb(171,88,13); }

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

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

 a { background-color: rgb(171,88,13); }

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

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

 span { border-color: rgb(171,88,13); }

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