#AB8308

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

Shades of Dark Goldenrod #AB8308

Tints of Dark Goldenrod #AB8308

Color information

#AB8308 (or 0xAB8308) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 83 and 08. RGB value is (171,131,8). Sum of RGB (Red+Green+Blue) = 171+131+8=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 131 (51.56% from 255 or 42.26% from 310); Blue value is 8 (3.52% from 255 or 2.58% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8308 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8308 is #547CF7. Grayscale: #818181. Windows color (decimal): -5537016 or 557995. OLE color: 557995.

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

Color convert

RGB1711318-
CMYK00.230.950.33
HSL45.28º91.06%35.1%-
HSV(B)45.28º95.32%67.06%-
XYZ24.9524.913.72-
YUV128.9459.75158-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.16%
GREEN value IS 131 (51.56% from 255) = 42.26%
BLUE value IS 8 (3.52% from 255) = 2.58%
R=55.16%
G=42.26%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171131800.230.950.3345.2891.0635.1
HexAB8380175F212d5b23
Octal25320310027137415513343
Binary1010101110000011100001011110111111000011011011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8308; }

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

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

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

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

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

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

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

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