Html Css Color HEX #AE890A Dark Goldenrod

📋 copy color: '#AE890A'

red 174 ◦ green 137 ◦ blue 10

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

Shades of Dark Goldenrod #AE890A

Tints of Dark Goldenrod #AE890A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.12%

R = 54.21%
G = 42.68%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE890A (or 0xAE890A) is known color: Dark Goldenrod. HEX triplet: AE, 89 and 0A. RGB value is (174,137,10). Sum of RGB (Red+Green+Blue) = 174+137+10=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 10 (4.30% from 255 or 3.12% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE890A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE890A is #5176F5. Grayscale: #868686. Windows color (decimal): -5338870 or 690606. OLE color: 690606.

HSL color Cylindrical-coordinate representation of color #AE890A: hue angle of 46.46º degrees, saturation: 0.89, 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 #AE890A is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 137 10 -
CMYK 0 0.21 0.94 0.32
HSL 46.46º 0.89% 0.36% -
HSV(B) 46.46º 0.94% 0.68% -
XYZ 26.46 26.91 4.09 -
YUV 133.59 58.26 156.83 -
System Red Green Blue C M Y K H S L
Decimal 174 137 10 0 0.21 0.94 0.32 46.46 0.89 0.36
Hex AE 89 A 0 15 5E 20 2E 59 24
Octal 256 211 12 0 25 136 40 56 131 44
Binary 10101110 10001001 1010 0 10101 1011110 100000 101110 1011001 100100

Color Harmonies of #AE890A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE890A

Black with #AE890A

Text Example


Text Example

White with #AE890A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE890A; }

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

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

background-color css

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

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

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

border-color css

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

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

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