Html Css Color HEX #AE740B Dark Goldenrod

📋 copy color: '#AE740B'

red 174 ◦ green 116 ◦ blue 11

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

Shades of Dark Goldenrod #AE740B

Tints of Dark Goldenrod #AE740B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.54%

 BLUE value IS 11 (4.69% from 255) = 3.65%

R = 57.81%
G = 38.54%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE740B (or 0xAE740B) is known color: Dark Goldenrod. HEX triplet: AE, 74 and 0B. RGB value is (174,116,11). Sum of RGB (Red+Green+Blue) = 174+116+11=301 (39% of max value = 765). Red value is 174 (68.36% from 255 or 57.81% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 174 - color contains mainly: red. Hex color #AE740B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE740B is #518BF4. Grayscale: #797979. Windows color (decimal): -5344245 or 750766. OLE color: 750766.

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

Color convert

RGB 174 116 11 -
CMYK 0 0.33 0.94 0.32
HSL 38.65º 0.88% 0.36% -
HSV(B) 38.65º 0.94% 0.68% -
XYZ 23.76 21.51 3.22 -
YUV 121.37 65.72 165.54 -
System Red Green Blue C M Y K H S L
Decimal 174 116 11 0 0.33 0.94 0.32 38.65 0.88 0.36
Hex AE 74 B 0 21 5E 20 27 58 24
Octal 256 164 13 0 41 136 40 47 130 44
Binary 10101110 1110100 1011 0 100001 1011110 100000 100111 1011000 100100

Color Harmonies of #AE740B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE740B

Black with #AE740B

Text Example


Text Example

White with #AE740B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE740B; }

 p { color: rgb(174,116,11); }

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

background-color css

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

 a { background-color: rgb(174,116,11); }

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

border-color css

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

 span { border-color: rgb(174,116,11); }

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