#AE920B

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

Shades of Dark Goldenrod #AE920B

Tints of Dark Goldenrod #AE920B

Color information

#AE920B (or 0xAE920B) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 92 and 0B. RGB value is (174,146,11). Sum of RGB (Red+Green+Blue) = 174+146+11=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 11 (4.69% from 255 or 3.32% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE920B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE920B is #516DF4. Grayscale: #8B8B8B. Windows color (decimal): -5336565 or 758446. OLE color: 758446.

HSL color Cylindrical-coordinate representation of color #AE920B: hue angle of 49.69º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE920B is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB17414611-
CMYK00.160.940.32
HSL49.69º88.11%36.27%-
HSV(B)49.69º93.68%68.24%-
XYZ27.7929.584.56-
YUV138.9855.78152.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.57%
GREEN value IS 146 (57.42% from 255) = 44.11%
BLUE value IS 11 (4.69% from 255) = 3.32%
R=52.57%
G=44.11%
B=3.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741461100.160.940.3249.6988.1136.27
HexAE92B0105E20325824
Octal25622213020136406213044
Binary1010111010010010101101000010111101000001100101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE920B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE920B; }

 p { color: rgb(174,146,11); }

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

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

 a { background-color: rgb(174,146,11); }

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

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

 span { border-color: rgb(174,146,11); }

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