Html Css Color HEX #AE790A Dark Goldenrod

📋 copy color: '#AE790A'

red 174 ◦ green 121 ◦ blue 10

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

Shades of Dark Goldenrod #AE790A

Tints of Dark Goldenrod #AE790A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.67%

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

R = 57.05%
G = 39.67%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE790A (or 0xAE790A) is known color: Dark Goldenrod. HEX triplet: AE, 79 and 0A. RGB value is (174,121,10). Sum of RGB (Red+Green+Blue) = 174+121+10=305 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.05% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 174 - color contains mainly: red. Hex color #AE790A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE790A is #5186F5. Grayscale: #7C7C7C. Windows color (decimal): -5342966 or 686510. OLE color: 686510.

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

Color convert

RGB 174 121 10 -
CMYK 0 0.30 0.94 0.32
HSL 40.61º 0.89% 0.36% -
HSV(B) 40.61º 0.94% 0.68% -
XYZ 24.35 22.7 3.38 -
YUV 124.19 63.56 163.53 -
System Red Green Blue C M Y K H S L
Decimal 174 121 10 0 0.30 0.94 0.32 40.61 0.89 0.36
Hex AE 79 A 0 1E 5E 20 29 59 24
Octal 256 171 12 0 36 136 40 51 131 44
Binary 10101110 1111001 1010 0 11110 1011110 100000 101001 1011001 100100

Color Harmonies of #AE790A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE790A

Black with #AE790A

Text Example


Text Example

White with #AE790A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE790A; }

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

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

background-color css

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

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

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

border-color css

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

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

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