Html Css Color HEX #AE9007 Dark Goldenrod

📋 copy color: '#AE9007'

red 174 ◦ green 144 ◦ blue 7

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

Shades of Dark Goldenrod #AE9007

Tints of Dark Goldenrod #AE9007

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.31%

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

R = 53.54%
G = 44.31%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AE9007 (or 0xAE9007) is known color: Dark Goldenrod. HEX triplet: AE, 90 and 07. RGB value is (174,144,7). Sum of RGB (Red+Green+Blue) = 174+144+7=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 7 (3.12% from 255 or 2.15% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9007 is #516FF8. Grayscale: #898989. Windows color (decimal): -5337081 or 495790. OLE color: 495790.

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

Color convert

RGB 174 144 7 -
CMYK 0 0.17 0.96 0.32
HSL 49.22º 0.92% 0.35% -
HSV(B) 49.22º 0.96% 0.68% -
XYZ 27.47 28.96 4.34 -
YUV 137.35 54.44 154.14 -
System Red Green Blue C M Y K H S L
Decimal 174 144 7 0 0.17 0.96 0.32 49.22 0.92 0.35
Hex AE 90 7 0 11 60 20 31 5C 23
Octal 256 220 7 0 21 140 40 61 134 43
Binary 10101110 10010000 111 0 10001 1100000 100000 110001 1011100 100011

Color Harmonies of #AE9007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9007

Black with #AE9007

Text Example


Text Example

White with #AE9007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9007; }

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

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

background-color css

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

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

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

border-color css

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

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

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