Html Css Color HEX #AE8900 Dark Goldenrod

📋 copy color: '#AE8900'

red 174 ◦ green 137 ◦ blue 0

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

Shades of Dark Goldenrod #AE8900

Tints of Dark Goldenrod #AE8900

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.05%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.95%
G = 44.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AE8900 (or 0xAE8900) is known color: Dark Goldenrod. HEX triplet: AE, 89 and 00. RGB value is (174,137,0). Sum of RGB (Red+Green+Blue) = 174+137+0=311 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.95% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8900 is #5176FF. Grayscale: #858585. Windows color (decimal): -5338880 or 35246. OLE color: 35246.

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

Color convert

RGB 174 137 0 -
CMYK 0 0.21 1 0.32
HSL 47.24º 1% 0.34% -
HSV(B) 47.24º 1% 0.68% -
XYZ 26.4 26.89 3.8 -
YUV 132.45 53.26 157.64 -
System Red Green Blue C M Y K H S L
Decimal 174 137 0 0 0.21 1 0.32 47.24 1 0.34
Hex AE 89 0 0 15 64 20 2F 64 22
Octal 256 211 0 0 25 144 40 57 144 42
Binary 10101110 10001001 0 0 10101 1100100 100000 101111 1100100 100010

Color Harmonies of #AE8900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8900

Black with #AE8900

Text Example


Text Example

White with #AE8900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8900; }

 p { color: rgb(174,137,0); }

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

background-color css

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

 a { background-color: rgb(174,137,0); }

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

border-color css

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

 span { border-color: rgb(174,137,0); }

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