Html Css Color HEX #AE810A Dark Goldenrod

📋 copy color: '#AE810A'

red 174 ◦ green 129 ◦ blue 10

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

Shades of Dark Goldenrod #AE810A

Tints of Dark Goldenrod #AE810A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.21%

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

R = 55.59%
G = 41.21%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE810A (or 0xAE810A) is known color: Dark Goldenrod. HEX triplet: AE, 81 and 0A. RGB value is (174,129,10). Sum of RGB (Red+Green+Blue) = 174+129+10=313 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.59% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 174 - color contains mainly: red. Hex color #AE810A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE810A is #517EF5. Grayscale: #818181. Windows color (decimal): -5340918 or 688558. OLE color: 688558.

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

Color convert

RGB 174 129 10 -
CMYK 0 0.26 0.94 0.32
HSL 43.54º 0.89% 0.36% -
HSV(B) 43.54º 0.94% 0.68% -
XYZ 25.36 24.72 3.72 -
YUV 128.89 60.91 160.18 -
System Red Green Blue C M Y K H S L
Decimal 174 129 10 0 0.26 0.94 0.32 43.54 0.89 0.36
Hex AE 81 A 0 1A 5E 20 2C 59 24
Octal 256 201 12 0 32 136 40 54 131 44
Binary 10101110 10000001 1010 0 11010 1011110 100000 101100 1011001 100100

Color Harmonies of #AE810A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE810A

Black with #AE810A

Text Example


Text Example

White with #AE810A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE810A; }

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

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

background-color css

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

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

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

border-color css

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

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

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