#AE8B13

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

Shades of Dark Goldenrod #AE8B13

Tints of Dark Goldenrod #AE8B13

Color information

#AE8B13 (or 0xAE8B13) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 8B and 13. RGB value is (174,139,19). Sum of RGB (Red+Green+Blue) = 174+139+19=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8B13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8B13 is #5174EC. Grayscale: #888888. Windows color (decimal): -5338349 or 1280942. OLE color: 1280942.

HSL color Cylindrical-coordinate representation of color #AE8B13: hue angle of 46.45º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE8B13 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB17413919-
CMYK00.200.890.32
HSL46.45º80.31%37.84%-
HSV(B)46.45º89.08%68.24%-
XYZ26.8127.514.51-
YUV135.7862.1155.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.41%
GREEN value IS 139 (54.69% from 255) = 41.87%
BLUE value IS 19 (7.81% from 255) = 5.72%
R=52.41%
G=41.87%
B=5.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741391900.200.890.3246.4580.3137.84
HexAE8B1301459202e5026
Octal25621323024131405612046
Binary10101110100010111001101010010110011000001011101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8B13; }

 p { color: rgb(174,139,19); }

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

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

 a { background-color: rgb(174,139,19); }

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

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

 span { border-color: rgb(174,139,19); }

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