Html Css Color HEX #AE850D Dark Goldenrod

📋 copy color: '#AE850D'

red 174 ◦ green 133 ◦ blue 13

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

Shades of Dark Goldenrod #AE850D

Tints of Dark Goldenrod #AE850D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.56%

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

R = 54.38%
G = 41.56%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE850D (or 0xAE850D) is known color: Dark Goldenrod. HEX triplet: AE, 85 and 0D. RGB value is (174,133,13). Sum of RGB (Red+Green+Blue) = 174+133+13=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE850D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE850D is #517AF2. Grayscale: #848484. Windows color (decimal): -5339891 or 886190. OLE color: 886190.

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

Color convert

RGB 174 133 13 -
CMYK 0 0.24 0.93 0.32
HSL 44.72º 0.86% 0.37% -
HSV(B) 44.72º 0.93% 0.68% -
XYZ 25.92 25.8 4 -
YUV 131.58 61.08 158.26 -
System Red Green Blue C M Y K H S L
Decimal 174 133 13 0 0.24 0.93 0.32 44.72 0.86 0.37
Hex AE 85 D 0 18 5D 20 2D 56 25
Octal 256 205 15 0 30 135 40 55 126 45
Binary 10101110 10000101 1101 0 11000 1011101 100000 101101 1010110 100101

Color Harmonies of #AE850D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE850D

Black with #AE850D

Text Example


Text Example

White with #AE850D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE850D; }

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

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

background-color css

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

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

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

border-color css

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

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

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