Html Css Color HEX #AE8D04 Dark Goldenrod

📋 copy color: '#AE8D04'

red 174 ◦ green 141 ◦ blue 4

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

Shades of Dark Goldenrod #AE8D04

Tints of Dark Goldenrod #AE8D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.25%

R = 54.55%
G = 44.2%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AE8D04 (or 0xAE8D04) is known color: Dark Goldenrod. HEX triplet: AE, 8D and 04. RGB value is (174,141,4). Sum of RGB (Red+Green+Blue) = 174+141+4=319 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.55% from 319); Green value is 141 (55.47% from 255 or 44.20% from 319); Blue value is 4 (1.95% from 255 or 1.25% from 319); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8D04 is #5172FB. Grayscale: #878787. Windows color (decimal): -5337852 or 298414. OLE color: 298414.

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

Color convert

RGB 174 141 4 -
CMYK 0 0.19 0.98 0.32
HSL 48.35º 0.96% 0.35% -
HSV(B) 48.35º 0.98% 0.68% -
XYZ 27 28.06 4.11 -
YUV 135.25 53.93 155.64 -
System Red Green Blue C M Y K H S L
Decimal 174 141 4 0 0.19 0.98 0.32 48.35 0.96 0.35
Hex AE 8D 4 0 13 62 20 30 60 23
Octal 256 215 4 0 23 142 40 60 140 43
Binary 10101110 10001101 100 0 10011 1100010 100000 110000 1100000 100011

Color Harmonies of #AE8D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8D04

Black with #AE8D04

Text Example


Text Example

White with #AE8D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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