Html Css Color HEX #AE8409 Dark Goldenrod

📋 copy color: '#AE8409'

red 174 ◦ green 132 ◦ blue 9

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

Shades of Dark Goldenrod #AE8409

Tints of Dark Goldenrod #AE8409

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.9%

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

R = 55.24%
G = 41.9%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AE8409 (or 0xAE8409) is known color: Dark Goldenrod. HEX triplet: AE, 84 and 09. RGB value is (174,132,9). Sum of RGB (Red+Green+Blue) = 174+132+9=315 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.24% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 9 (3.91% from 255 or 2.86% from 315); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8409 is #517BF6. Grayscale: #838383. Windows color (decimal): -5340151 or 623790. OLE color: 623790.

HSL color Cylindrical-coordinate representation of color #AE8409: hue angle of 44.73º 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 #AE8409 is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 132 9 -
CMYK 0 0.24 0.95 0.32
HSL 44.73º 0.9% 0.36% -
HSV(B) 44.73º 0.95% 0.68% -
XYZ 25.76 25.52 3.83 -
YUV 130.54 59.41 159 -
System Red Green Blue C M Y K H S L
Decimal 174 132 9 0 0.24 0.95 0.32 44.73 0.9 0.36
Hex AE 84 9 0 18 5F 20 2D 5A 24
Octal 256 204 11 0 30 137 40 55 132 44
Binary 10101110 10000100 1001 0 11000 1011111 100000 101101 1011010 100100

Color Harmonies of #AE8409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8409

Black with #AE8409

Text Example


Text Example

White with #AE8409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8409; }

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

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

background-color css

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

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

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

border-color css

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

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

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