Html Css Color HEX #AE9202 Dark Goldenrod

📋 copy color: '#AE9202'

red 174 ◦ green 146 ◦ blue 2

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

Shades of Dark Goldenrod #AE9202

Tints of Dark Goldenrod #AE9202

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.34%

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

R = 54.04%
G = 45.34%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE9202 (or 0xAE9202) is known color: Dark Goldenrod. HEX triplet: AE, 92 and 02. RGB value is (174,146,2). Sum of RGB (Red+Green+Blue) = 174+146+2=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9202 is #516DFD. Grayscale: #8A8A8A. Windows color (decimal): -5336574 or 168622. OLE color: 168622.

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

Color convert

RGB 174 146 2 -
CMYK 0 0.16 0.99 0.32
HSL 50.23º 0.98% 0.35% -
HSV(B) 50.23º 0.99% 0.68% -
XYZ 27.75 29.56 4.3 -
YUV 137.96 51.28 153.71 -
System Red Green Blue C M Y K H S L
Decimal 174 146 2 0 0.16 0.99 0.32 50.23 0.98 0.35
Hex AE 92 2 0 10 63 20 32 62 23
Octal 256 222 2 0 20 143 40 62 142 43
Binary 10101110 10010010 10 0 10000 1100011 100000 110010 1100010 100011

Color Harmonies of #AE9202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9202

Black with #AE9202

Text Example


Text Example

White with #AE9202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9202; }

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

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

background-color css

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

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

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

border-color css

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

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

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