Html Css Color HEX #AE830D Dark Goldenrod

📋 copy color: '#AE830D'

red 174 ◦ green 131 ◦ blue 13

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

Shades of Dark Goldenrod #AE830D

Tints of Dark Goldenrod #AE830D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.19%

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

R = 54.72%
G = 41.19%
B = 4.09%

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

#AE830D (or 0xAE830D) is known color: Dark Goldenrod. HEX triplet: AE, 83 and 0D. RGB value is (174,131,13). Sum of RGB (Red+Green+Blue) = 174+131+13=318 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.72% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 174 - color contains mainly: red. Hex color #AE830D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE830D is #517CF2. Grayscale: #828282. Windows color (decimal): -5340403 or 885678. OLE color: 885678.

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

Color convert

RGB 174 131 13 -
CMYK 0 0.25 0.93 0.32
HSL 43.98º 0.86% 0.37% -
HSV(B) 43.98º 0.93% 0.68% -
XYZ 25.64 25.26 3.9 -
YUV 130.41 61.75 159.09 -
System Red Green Blue C M Y K H S L
Decimal 174 131 13 0 0.25 0.93 0.32 43.98 0.86 0.37
Hex AE 83 D 0 19 5D 20 2C 56 25
Octal 256 203 15 0 31 135 40 54 126 45
Binary 10101110 10000011 1101 0 11001 1011101 100000 101100 1010110 100101

Color Harmonies of #AE830D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE830D

Black with #AE830D

Text Example


Text Example

White with #AE830D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE830D; }

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

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

background-color css

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

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

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

border-color css

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

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

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