Html Css Color HEX #AE9102 Dark Goldenrod

📋 copy color: '#AE9102'

red 174 ◦ green 145 ◦ blue 2

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

Shades of Dark Goldenrod #AE9102

Tints of Dark Goldenrod #AE9102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 54.21%
G = 45.17%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE9102 (or 0xAE9102) is known color: Dark Goldenrod. HEX triplet: AE, 91 and 02. RGB value is (174,145,2). Sum of RGB (Red+Green+Blue) = 174+145+2=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9102 is #516EFD. Grayscale: #898989. Windows color (decimal): -5336830 or 168366. OLE color: 168366.

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

Color convert

RGB 174 145 2 -
CMYK 0 0.17 0.99 0.32
HSL 49.88º 0.98% 0.35% -
HSV(B) 49.88º 0.99% 0.68% -
XYZ 27.59 29.25 4.25 -
YUV 137.37 51.61 154.13 -
System Red Green Blue C M Y K H S L
Decimal 174 145 2 0 0.17 0.99 0.32 49.88 0.98 0.35
Hex AE 91 2 0 11 63 20 32 62 23
Octal 256 221 2 0 21 143 40 62 142 43
Binary 10101110 10010001 10 0 10001 1100011 100000 110010 1100010 100011

Color Harmonies of #AE9102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9102

Black with #AE9102

Text Example


Text Example

White with #AE9102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9102; }

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

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

background-color css

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

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

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

border-color css

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

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

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