#AB8314

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

Shades of Dark Goldenrod #AB8314

Tints of Dark Goldenrod #AB8314

Color information

#AB8314 (or 0xAB8314) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 83 and 14. RGB value is (171,131,20). Sum of RGB (Red+Green+Blue) = 171+131+20=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8314 is #547CEB. Grayscale: #828282. Windows color (decimal): -5537004 or 1344427. OLE color: 1344427.

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

Color convert

RGB17113120-
CMYK00.230.880.33
HSL44.11º79.06%37.45%-
HSV(B)44.11º88.3%67.06%-
XYZ25.0424.944.16-
YUV130.3165.75157.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.11%
GREEN value IS 131 (51.56% from 255) = 40.68%
BLUE value IS 20 (8.20% from 255) = 6.21%
R=53.11%
G=40.68%
B=6.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711312000.230.880.3344.1179.0637.45
HexAB831401758212c4f25
Octal25320324027130415411745
Binary10101011100000111010001011110110001000011011001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8314; }

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

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

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

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

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

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

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

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