Html Css Color HEX #AE9002 Dark Goldenrod

📋 copy color: '#AE9002'

red 174 ◦ green 144 ◦ blue 2

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

Shades of Dark Goldenrod #AE9002

Tints of Dark Goldenrod #AE9002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 54.38%
G = 45%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE9002 (or 0xAE9002) is known color: Dark Goldenrod. HEX triplet: AE, 90 and 02. RGB value is (174,144,2). Sum of RGB (Red+Green+Blue) = 174+144+2=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9002 is #516FFD. Grayscale: #898989. Windows color (decimal): -5337086 or 168110. OLE color: 168110.

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

Color convert

RGB 174 144 2 -
CMYK 0 0.17 0.99 0.32
HSL 49.53º 0.98% 0.35% -
HSV(B) 49.53º 0.99% 0.68% -
XYZ 27.44 28.95 4.2 -
YUV 136.78 51.94 154.55 -
System Red Green Blue C M Y K H S L
Decimal 174 144 2 0 0.17 0.99 0.32 49.53 0.98 0.35
Hex AE 90 2 0 11 63 20 32 62 23
Octal 256 220 2 0 21 143 40 62 142 43
Binary 10101110 10010000 10 0 10001 1100011 100000 110010 1100010 100011

Color Harmonies of #AE9002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9002

Black with #AE9002

Text Example


Text Example

White with #AE9002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9002; }

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

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

background-color css

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

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

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

border-color css

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

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

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