Html Css Color HEX #AE830E Dark Goldenrod

📋 copy color: '#AE830E'

red 174 ◦ green 131 ◦ blue 14

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

Shades of Dark Goldenrod #AE830E

Tints of Dark Goldenrod #AE830E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.39%

R = 54.55%
G = 41.07%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AE830E (or 0xAE830E) is known color: Dark Goldenrod. HEX triplet: AE, 83 and 0E. RGB value is (174,131,14). Sum of RGB (Red+Green+Blue) = 174+131+14=319 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.55% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 174 - color contains mainly: red. Hex color #AE830E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE830E is #517CF1. Grayscale: #838383. Windows color (decimal): -5340402 or 951214. OLE color: 951214.

HSL color Cylindrical-coordinate representation of color #AE830E: hue angle of 43.88º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AE830E is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 131 14 -
CMYK 0 0.25 0.92 0.32
HSL 43.88º 0.85% 0.37% -
HSV(B) 43.88º 0.92% 0.68% -
XYZ 25.65 25.26 3.94 -
YUV 130.52 62.25 159.01 -
System Red Green Blue C M Y K H S L
Decimal 174 131 14 0 0.25 0.92 0.32 43.88 0.85 0.37
Hex AE 83 E 0 19 5C 20 2C 55 25
Octal 256 203 16 0 31 134 40 54 125 45
Binary 10101110 10000011 1110 0 11001 1011100 100000 101100 1010101 100101

Color Harmonies of #AE830E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE830E

Black with #AE830E

Text Example


Text Example

White with #AE830E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE830E; }

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

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

background-color css

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

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

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

border-color css

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

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

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