Html Css Color HEX #AE8D09 Dark Goldenrod

📋 copy color: '#AE8D09'

red 174 ◦ green 141 ◦ blue 9

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

Shades of Dark Goldenrod #AE8D09

Tints of Dark Goldenrod #AE8D09

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.52%

 BLUE value IS 9 (3.91% from 255) = 2.78%

R = 53.7%
G = 43.52%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AE8D09 (or 0xAE8D09) is known color: Dark Goldenrod. HEX triplet: AE, 8D and 09. RGB value is (174,141,9). Sum of RGB (Red+Green+Blue) = 174+141+9=324 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.70% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 9 (3.91% from 255 or 2.78% from 324); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8D09 is #5172F6. Grayscale: #888888. Windows color (decimal): -5337847 or 626094. OLE color: 626094.

HSL color Cylindrical-coordinate representation of color #AE8D09: hue angle of 48º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE8D09 is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 141 9 -
CMYK 0 0.19 0.95 0.32
HSL 48º 0.9% 0.36% -
HSV(B) 48º 0.95% 0.68% -
XYZ 27.03 28.07 4.25 -
YUV 135.82 56.43 155.23 -
System Red Green Blue C M Y K H S L
Decimal 174 141 9 0 0.19 0.95 0.32 48 0.9 0.36
Hex AE 8D 9 0 13 5F 20 30 5A 24
Octal 256 215 11 0 23 137 40 60 132 44
Binary 10101110 10001101 1001 0 10011 1011111 100000 110000 1011010 100100

Color Harmonies of #AE8D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8D09

Black with #AE8D09

Text Example


Text Example

White with #AE8D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8D09; }

 p { color: rgb(174,141,9); }

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

background-color css

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

 a { background-color: rgb(174,141,9); }

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

border-color css

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

 span { border-color: rgb(174,141,9); }

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