#AB830F

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

Shades of Dark Goldenrod #AB830F

Tints of Dark Goldenrod #AB830F

Color information

#AB830F (or 0xAB830F) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 83 and 0F. RGB value is (171,131,15). Sum of RGB (Red+Green+Blue) = 171+131+15=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB830F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB830F is #547CF0. Grayscale: #828282. Windows color (decimal): -5537009 or 1016747. OLE color: 1016747.

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

Color convert

RGB17113115-
CMYK00.230.910.33
HSL44.62º83.87%36.47%-
HSV(B)44.62º91.23%67.06%-
XYZ2524.933.95-
YUV129.7463.25157.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.94%
GREEN value IS 131 (51.56% from 255) = 41.32%
BLUE value IS 15 (6.25% from 255) = 4.73%
R=53.94%
G=41.32%
B=4.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711311500.230.910.3344.6283.8736.47
HexAB83F0175B212d5424
Octal25320317027133415512444
Binary1010101110000011111101011110110111000011011011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB830F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB830F; }

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

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

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

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

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

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

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

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