Html Css Color HEX #AE9103 Dark Goldenrod

📋 copy color: '#AE9103'

red 174 ◦ green 145 ◦ blue 3

#AE9103
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #AE9103

Tints of Dark Goldenrod #AE9103

RGB

 RED value IS 174 (68.36% from 255) = 54.04%

 GREEN value IS 145 (57.03% from 255) = 45.03%

 BLUE value IS 3 (1.56% from 255) = 0.93%

R = 54.04%
G = 45.03%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AE9103 (or 0xAE9103) is known color: Dark Goldenrod. HEX triplet: AE, 91 and 03. RGB value is (174,145,3). Sum of RGB (Red+Green+Blue) = 174+145+3=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 3 (1.56% from 255 or 0.93% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9103 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9103 is #516EFC. Grayscale: #8A8A8A. Windows color (decimal): -5336829 or 233902. OLE color: 233902.

HSL color Cylindrical-coordinate representation of color #AE9103: hue angle of 49.82º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE9103 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 145 3 -
CMYK 0 0.17 0.98 0.32
HSL 49.82º 0.97% 0.35% -
HSV(B) 49.82º 0.98% 0.68% -
XYZ 27.6 29.26 4.28 -
YUV 137.48 52.11 154.05 -
System Red Green Blue C M Y K H S L
Decimal 174 145 3 0 0.17 0.98 0.32 49.82 0.97 0.35
Hex AE 91 3 0 11 62 20 32 61 23
Octal 256 221 3 0 21 142 40 62 141 43
Binary 10101110 10010001 11 0 10001 1100010 100000 110010 1100001 100011

Color Harmonies of #AE9103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9103

Black with #AE9103

Text Example


Text Example

White with #AE9103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9103; }

 p { color: rgb(174,145,3); }

 H1.HeaderClassName
 {
   color: #AE9103;
 }
 .AnyTagClassName
 {
   color: #AE9103;
 }
</style>

background-color css

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

 a { background-color: rgb(174,145,3); }

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

border-color css

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

 span { border-color: rgb(174,145,3); }

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