#AE7B14

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

Shades of Dark Goldenrod #AE7B14

Tints of Dark Goldenrod #AE7B14

Color information

#AE7B14 (or 0xAE7B14) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 7B and 14. RGB value is (174,123,20). Sum of RGB (Red+Green+Blue) = 174+123+20=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7B14 is #5184EB. Grayscale: #7E7E7E. Windows color (decimal): -5342444 or 1342382. OLE color: 1342382.

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

Color convert

RGB17412320-
CMYK00.290.890.32
HSL40.13º79.38%38.04%-
HSV(B)40.13º88.51%68.24%-
XYZ24.6623.223.84-
YUV126.5167.9161.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.89%
GREEN value IS 123 (48.44% from 255) = 38.80%
BLUE value IS 20 (8.20% from 255) = 6.31%
R=54.89%
G=38.80%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741232000.290.890.3240.1379.3838.04
HexAE7B1401D5920284f26
Octal25617324035131405011746
Binary1010111011110111010001110110110011000001010001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7B14; }

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

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

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

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

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

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

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

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