Html Css Color HEX #AE9101 Dark Goldenrod

📋 copy color: '#AE9101'

red 174 ◦ green 145 ◦ blue 1

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

Shades of Dark Goldenrod #AE9101

Tints of Dark Goldenrod #AE9101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 54.38%
G = 45.31%
B = 0.31%

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

#AE9101 (or 0xAE9101) is known color: Dark Goldenrod. HEX triplet: AE, 91 and 01. RGB value is (174,145,1). Sum of RGB (Red+Green+Blue) = 174+145+1=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 1 (0.78% from 255 or 0.31% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9101 is #516EFE. Grayscale: #898989. Windows color (decimal): -5336831 or 102830. OLE color: 102830.

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

Color convert

RGB 174 145 1 -
CMYK 0 0.17 0.99 0.32
HSL 49.94º 0.99% 0.34% -
HSV(B) 49.94º 0.99% 0.68% -
XYZ 27.59 29.25 4.22 -
YUV 137.26 51.11 154.21 -
System Red Green Blue C M Y K H S L
Decimal 174 145 1 0 0.17 0.99 0.32 49.94 0.99 0.34
Hex AE 91 1 0 11 63 20 32 63 22
Octal 256 221 1 0 21 143 40 62 143 42
Binary 10101110 10010001 1 0 10001 1100011 100000 110010 1100011 100010

Color Harmonies of #AE9101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9101

Black with #AE9101

Text Example


Text Example

White with #AE9101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9101; }

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

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

background-color css

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

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

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

border-color css

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

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

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