Html Css Color HEX #AE820D Dark Goldenrod

📋 copy color: '#AE820D'

red 174 ◦ green 130 ◦ blue 13

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

Shades of Dark Goldenrod #AE820D

Tints of Dark Goldenrod #AE820D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.01%

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

R = 54.89%
G = 41.01%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE820D (or 0xAE820D) is known color: Dark Goldenrod. HEX triplet: AE, 82 and 0D. RGB value is (174,130,13). Sum of RGB (Red+Green+Blue) = 174+130+13=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE820D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE820D is #517DF2. Grayscale: #828282. Windows color (decimal): -5340659 or 885422. OLE color: 885422.

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

Color convert

RGB 174 130 13 -
CMYK 0 0.25 0.93 0.32
HSL 43.6º 0.86% 0.37% -
HSV(B) 43.6º 0.93% 0.68% -
XYZ 25.51 24.99 3.86 -
YUV 129.82 62.08 159.51 -
System Red Green Blue C M Y K H S L
Decimal 174 130 13 0 0.25 0.93 0.32 43.6 0.86 0.37
Hex AE 82 D 0 19 5D 20 2C 56 25
Octal 256 202 15 0 31 135 40 54 126 45
Binary 10101110 10000010 1101 0 11001 1011101 100000 101100 1010110 100101

Color Harmonies of #AE820D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE820D

Black with #AE820D

Text Example


Text Example

White with #AE820D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE820D; }

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

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

background-color css

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

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

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

border-color css

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

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

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