#AB8108

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

Shades of Dark Goldenrod #AB8108

Tints of Dark Goldenrod #AB8108

Color information

#AB8108 (or 0xAB8108) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 81 and 08. RGB value is (171,129,8). Sum of RGB (Red+Green+Blue) = 171+129+8=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8108 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8108 is #547EF7. Grayscale: #808080. Windows color (decimal): -5537528 or 557483. OLE color: 557483.

HSL color Cylindrical-coordinate representation of color #AB8108: hue angle of 44.54º 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 #AB8108 is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB1711298-
CMYK00.250.950.33
HSL44.54º91.06%35.1%-
HSV(B)44.54º95.32%67.06%-
XYZ24.6924.383.63-
YUV127.7660.41158.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.52%
GREEN value IS 129 (50.78% from 255) = 41.88%
BLUE value IS 8 (3.52% from 255) = 2.60%
R=55.52%
G=41.88%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171129800.250.950.3344.5491.0635.1
HexAB8180195F212d5b23
Octal25320110031137415513343
Binary1010101110000001100001100110111111000011011011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8108; }

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

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

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

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

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

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

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

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