Html Css Color HEX #AE910A Dark Goldenrod

📋 copy color: '#AE910A'

red 174 ◦ green 145 ◦ blue 10

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

Shades of Dark Goldenrod #AE910A

Tints of Dark Goldenrod #AE910A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.07%

 BLUE value IS 10 (4.3% from 255) = 3.04%

R = 52.89%
G = 44.07%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE910A (or 0xAE910A) is known color: Dark Goldenrod. HEX triplet: AE, 91 and 0A. RGB value is (174,145,10). Sum of RGB (Red+Green+Blue) = 174+145+10=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE910A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE910A is #516EF5. Grayscale: #8A8A8A. Windows color (decimal): -5336822 or 692654. OLE color: 692654.

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

Color convert

RGB 174 145 10 -
CMYK 0 0.17 0.94 0.32
HSL 49.39º 0.89% 0.36% -
HSV(B) 49.39º 0.94% 0.68% -
XYZ 27.64 29.27 4.48 -
YUV 138.28 55.61 153.48 -
System Red Green Blue C M Y K H S L
Decimal 174 145 10 0 0.17 0.94 0.32 49.39 0.89 0.36
Hex AE 91 A 0 11 5E 20 31 59 24
Octal 256 221 12 0 21 136 40 61 131 44
Binary 10101110 10010001 1010 0 10001 1011110 100000 110001 1011001 100100

Color Harmonies of #AE910A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE910A

Black with #AE910A

Text Example


Text Example

White with #AE910A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE910A; }

 p { color: rgb(174,145,10); }

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

background-color css

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

 a { background-color: rgb(174,145,10); }

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

border-color css

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

 span { border-color: rgb(174,145,10); }

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