Html Css Color HEX #AE910D Dark Goldenrod

📋 copy color: '#AE910D'

red 174 ◦ green 145 ◦ blue 13

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

Shades of Dark Goldenrod #AE910D

Tints of Dark Goldenrod #AE910D

RGB

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

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

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

R = 52.41%
G = 43.67%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE910D (or 0xAE910D) is known color: Dark Goldenrod. HEX triplet: AE, 91 and 0D. RGB value is (174,145,13). Sum of RGB (Red+Green+Blue) = 174+145+13=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE910D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE910D is #516EF2. Grayscale: #8B8B8B. Windows color (decimal): -5336819 or 889262. OLE color: 889262.

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

Color convert

RGB 174 145 13 -
CMYK 0 0.17 0.93 0.32
HSL 49.19º 0.86% 0.37% -
HSV(B) 49.19º 0.93% 0.68% -
XYZ 27.65 29.28 4.57 -
YUV 138.62 57.11 153.23 -
System Red Green Blue C M Y K H S L
Decimal 174 145 13 0 0.17 0.93 0.32 49.19 0.86 0.37
Hex AE 91 D 0 11 5D 20 31 56 25
Octal 256 221 15 0 21 135 40 61 126 45
Binary 10101110 10010001 1101 0 10001 1011101 100000 110001 1010110 100101

Color Harmonies of #AE910D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE910D

Black with #AE910D

Text Example


Text Example

White with #AE910D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE910D; }

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

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

background-color css

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

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

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

border-color css

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

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

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