Html Css Color HEX #AE9407 Dark Goldenrod

📋 copy color: '#AE9407'

red 174 ◦ green 148 ◦ blue 7

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

Shades of Dark Goldenrod #AE9407

Tints of Dark Goldenrod #AE9407

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.98%

 BLUE value IS 7 (3.13% from 255) = 2.13%

R = 52.89%
G = 44.98%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AE9407 (or 0xAE9407) is known color: Dark Goldenrod. HEX triplet: AE, 94 and 07. RGB value is (174,148,7). Sum of RGB (Red+Green+Blue) = 174+148+7=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 7 (3.12% from 255 or 2.13% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9407 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9407 is #516BF8. Grayscale: #8C8C8C. Windows color (decimal): -5336057 or 496814. OLE color: 496814.

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

Color convert

RGB 174 148 7 -
CMYK 0 0.15 0.96 0.32
HSL 50.66º 0.92% 0.35% -
HSV(B) 50.66º 0.96% 0.68% -
XYZ 28.08 30.19 4.55 -
YUV 139.7 53.11 152.46 -
System Red Green Blue C M Y K H S L
Decimal 174 148 7 0 0.15 0.96 0.32 50.66 0.92 0.35
Hex AE 94 7 0 F 60 20 33 5C 23
Octal 256 224 7 0 17 140 40 63 134 43
Binary 10101110 10010100 111 0 1111 1100000 100000 110011 1011100 100011

Color Harmonies of #AE9407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9407

Black with #AE9407

Text Example


Text Example

White with #AE9407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9407; }

 p { color: rgb(174,148,7); }

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

background-color css

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

 a { background-color: rgb(174,148,7); }

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

border-color css

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

 span { border-color: rgb(174,148,7); }

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