Html Css Color HEX #AE790D Dark Goldenrod

📋 copy color: '#AE790D'

red 174 ◦ green 121 ◦ blue 13

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

Shades of Dark Goldenrod #AE790D

Tints of Dark Goldenrod #AE790D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.22%

R = 56.49%
G = 39.29%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE790D (or 0xAE790D) is known color: Dark Goldenrod. HEX triplet: AE, 79 and 0D. RGB value is (174,121,13). Sum of RGB (Red+Green+Blue) = 174+121+13=308 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.49% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 174 - color contains mainly: red. Hex color #AE790D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE790D is #5186F2. Grayscale: #7D7D7D. Windows color (decimal): -5342963 or 883118. OLE color: 883118.

HSL color Cylindrical-coordinate representation of color #AE790D: hue angle of 40.25º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE790D is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 121 13 -
CMYK 0 0.30 0.93 0.32
HSL 40.25º 0.86% 0.37% -
HSV(B) 40.25º 0.93% 0.68% -
XYZ 24.37 22.7 3.48 -
YUV 124.54 65.06 163.28 -
System Red Green Blue C M Y K H S L
Decimal 174 121 13 0 0.30 0.93 0.32 40.25 0.86 0.37
Hex AE 79 D 0 1E 5D 20 28 56 25
Octal 256 171 15 0 36 135 40 50 126 45
Binary 10101110 1111001 1101 0 11110 1011101 100000 101000 1010110 100101

Color Harmonies of #AE790D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE790D

Black with #AE790D

Text Example


Text Example

White with #AE790D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE790D; }

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

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

background-color css

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

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

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

border-color css

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

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

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