#AE8614

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

Shades of Dark Goldenrod #AE8614

Tints of Dark Goldenrod #AE8614

Color information

#AE8614 (or 0xAE8614) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 86 and 14. RGB value is (174,134,20). Sum of RGB (Red+Green+Blue) = 174+134+20=328 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.05% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8614 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8614 is #5179EB. Grayscale: #858585. Windows color (decimal): -5339628 or 1345198. OLE color: 1345198.

HSL color Cylindrical-coordinate representation of color #AE8614: hue angle of 44.42º degrees, saturation: 0.79, 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 #AE8614 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB17413420-
CMYK00.230.890.32
HSL44.42º79.38%38.04%-
HSV(B)44.42º88.51%68.24%-
XYZ26.1126.14.32-
YUV132.9664.25157.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.05%
GREEN value IS 134 (52.73% from 255) = 40.85%
BLUE value IS 20 (8.20% from 255) = 6.10%
R=53.05%
G=40.85%
B=6.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741342000.230.890.3244.4279.3838.04
HexAE861401759202c4f26
Octal25620624027131405411746
Binary10101110100001101010001011110110011000001011001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8614; }

 p { color: rgb(174,134,20); }

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

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

 a { background-color: rgb(174,134,20); }

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

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

 span { border-color: rgb(174,134,20); }

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