Html Css Color HEX #AE890E Dark Goldenrod

📋 copy color: '#AE890E'

red 174 ◦ green 137 ◦ blue 14

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

Shades of Dark Goldenrod #AE890E

Tints of Dark Goldenrod #AE890E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.31%

R = 53.54%
G = 42.15%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AE890E (or 0xAE890E) is known color: Dark Goldenrod. HEX triplet: AE, 89 and 0E. RGB value is (174,137,14). Sum of RGB (Red+Green+Blue) = 174+137+14=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE890E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE890E is #5176F1. Grayscale: #868686. Windows color (decimal): -5338866 or 952750. OLE color: 952750.

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

Color convert

RGB 174 137 14 -
CMYK 0 0.21 0.92 0.32
HSL 46.13º 0.85% 0.37% -
HSV(B) 46.13º 0.92% 0.68% -
XYZ 26.48 26.92 4.22 -
YUV 134.04 60.26 156.5 -
System Red Green Blue C M Y K H S L
Decimal 174 137 14 0 0.21 0.92 0.32 46.13 0.85 0.37
Hex AE 89 E 0 15 5C 20 2E 55 25
Octal 256 211 16 0 25 134 40 56 125 45
Binary 10101110 10001001 1110 0 10101 1011100 100000 101110 1010101 100101

Color Harmonies of #AE890E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE890E

Black with #AE890E

Text Example


Text Example

White with #AE890E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE890E; }

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

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

background-color css

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

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

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

border-color css

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

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

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