#AB830A

Color #AB830A Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #AB830A

Tints of Dark Goldenrod #AB830A

Color information

#AB830A (or 0xAB830A) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 83 and 0A. RGB value is (171,131,10). Sum of RGB (Red+Green+Blue) = 171+131+10=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 10 (4.30% from 255 or 3.21% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB830A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB830A is #547CF5. Grayscale: #818181. Windows color (decimal): -5537014 or 689067. OLE color: 689067.

HSL color Cylindrical-coordinate representation of color #AB830A: hue angle of 45.09º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB830A is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB17113110-
CMYK00.230.940.33
HSL45.09º88.95%35.49%-
HSV(B)45.09º94.15%67.06%-
XYZ24.9724.913.78-
YUV129.1760.75157.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.81%
GREEN value IS 131 (51.56% from 255) = 41.99%
BLUE value IS 10 (4.30% from 255) = 3.21%
R=54.81%
G=41.99%
B=3.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711311000.230.940.3345.0988.9535.49
HexAB83A0175E212d5923
Octal25320312027136415513143
Binary1010101110000011101001011110111101000011011011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB830A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB830A; }

 p { color: rgb(171,131,10); }

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

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

 a { background-color: rgb(171,131,10); }

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

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

 span { border-color: rgb(171,131,10); }

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