Html Css Color HEX #AE820E Dark Goldenrod

📋 copy color: '#AE820E'

red 174 ◦ green 130 ◦ blue 14

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

Shades of Dark Goldenrod #AE820E

Tints of Dark Goldenrod #AE820E

RGB

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

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

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

R = 54.72%
G = 40.88%
B = 4.4%

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

#AE820E (or 0xAE820E) is known color: Dark Goldenrod. HEX triplet: AE, 82 and 0E. RGB value is (174,130,14). Sum of RGB (Red+Green+Blue) = 174+130+14=318 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.72% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 174 - color contains mainly: red. Hex color #AE820E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE820E is #517DF1. Grayscale: #828282. Windows color (decimal): -5340658 or 950958. OLE color: 950958.

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

Color convert

RGB 174 130 14 -
CMYK 0 0.25 0.92 0.32
HSL 43.5º 0.85% 0.37% -
HSV(B) 43.5º 0.92% 0.68% -
XYZ 25.52 25 3.9 -
YUV 129.93 62.58 159.43 -
System Red Green Blue C M Y K H S L
Decimal 174 130 14 0 0.25 0.92 0.32 43.5 0.85 0.37
Hex AE 82 E 0 19 5C 20 2C 55 25
Octal 256 202 16 0 31 134 40 54 125 45
Binary 10101110 10000010 1110 0 11001 1011100 100000 101100 1010101 100101

Color Harmonies of #AE820E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE820E

Black with #AE820E

Text Example


Text Example

White with #AE820E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE820E; }

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

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

background-color css

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

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

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

border-color css

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

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

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