Html Css Color HEX #AE8200 Dark Goldenrod

📋 copy color: '#AE8200'

red 174 ◦ green 130 ◦ blue 0

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

Shades of Dark Goldenrod #AE8200

Tints of Dark Goldenrod #AE8200

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.76%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.24%
G = 42.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AE8200 (or 0xAE8200) is known color: Dark Goldenrod. HEX triplet: AE, 82 and 00. RGB value is (174,130,0). Sum of RGB (Red+Green+Blue) = 174+130+0=304 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.24% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8200 is #517DFF. Grayscale: #808080. Windows color (decimal): -5340672 or 33454. OLE color: 33454.

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

Color convert

RGB 174 130 0 -
CMYK 0 0.25 1 0.32
HSL 44.83º 1% 0.34% -
HSV(B) 44.83º 1% 0.68% -
XYZ 25.44 24.96 3.48 -
YUV 128.34 55.58 160.57 -
System Red Green Blue C M Y K H S L
Decimal 174 130 0 0 0.25 1 0.32 44.83 1 0.34
Hex AE 82 0 0 19 64 20 2D 64 22
Octal 256 202 0 0 31 144 40 55 144 42
Binary 10101110 10000010 0 0 11001 1100100 100000 101101 1100100 100010

Color Harmonies of #AE8200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8200

Black with #AE8200

Text Example


Text Example

White with #AE8200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8200; }

 p { color: rgb(174,130,0); }

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

background-color css

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

 a { background-color: rgb(174,130,0); }

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

border-color css

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

 span { border-color: rgb(174,130,0); }

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