Html Css Color HEX #AE7401 Dark Goldenrod

📋 copy color: '#AE7401'

red 174 ◦ green 116 ◦ blue 1

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

Shades of Dark Goldenrod #AE7401

Tints of Dark Goldenrod #AE7401

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.86%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 59.79%
G = 39.86%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE7401 (or 0xAE7401) is known color: Dark Goldenrod. HEX triplet: AE, 74 and 01. RGB value is (174,116,1). Sum of RGB (Red+Green+Blue) = 174+116+1=291 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.79% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7401 is #518BFE. Grayscale: #787878. Windows color (decimal): -5344255 or 95406. OLE color: 95406.

HSL color Cylindrical-coordinate representation of color #AE7401: hue angle of 39.88º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE7401 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 116 1 -
CMYK 0 0.33 0.99 0.32
HSL 39.88º 0.99% 0.34% -
HSV(B) 39.88º 0.99% 0.68% -
XYZ 23.71 21.49 2.93 -
YUV 120.23 60.72 166.35 -
System Red Green Blue C M Y K H S L
Decimal 174 116 1 0 0.33 0.99 0.32 39.88 0.99 0.34
Hex AE 74 1 0 21 63 20 28 63 22
Octal 256 164 1 0 41 143 40 50 143 42
Binary 10101110 1110100 1 0 100001 1100011 100000 101000 1100011 100010

Color Harmonies of #AE7401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7401

Black with #AE7401

Text Example


Text Example

White with #AE7401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7401; }

 p { color: rgb(174,116,1); }

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

background-color css

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

 a { background-color: rgb(174,116,1); }

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

border-color css

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

 span { border-color: rgb(174,116,1); }

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