Html Css Color HEX #AE870C Dark Goldenrod

📋 copy color: '#AE870C'

red 174 ◦ green 135 ◦ blue 12

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

Shades of Dark Goldenrod #AE870C

Tints of Dark Goldenrod #AE870C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.06%

 BLUE value IS 12 (5.08% from 255) = 3.74%

R = 54.21%
G = 42.06%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE870C (or 0xAE870C) is known color: Dark Goldenrod. HEX triplet: AE, 87 and 0C. RGB value is (174,135,12). Sum of RGB (Red+Green+Blue) = 174+135+12=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE870C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE870C is #5178F3. Grayscale: #858585. Windows color (decimal): -5339380 or 821166. OLE color: 821166.

HSL color Cylindrical-coordinate representation of color #AE870C: hue angle of 45.56º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE870C is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 135 12 -
CMYK 0 0.22 0.93 0.32
HSL 45.56º 0.87% 0.36% -
HSV(B) 45.56º 0.93% 0.68% -
XYZ 26.19 26.35 4.05 -
YUV 132.64 59.92 157.5 -
System Red Green Blue C M Y K H S L
Decimal 174 135 12 0 0.22 0.93 0.32 45.56 0.87 0.36
Hex AE 87 C 0 16 5D 20 2E 57 24
Octal 256 207 14 0 26 135 40 56 127 44
Binary 10101110 10000111 1100 0 10110 1011101 100000 101110 1010111 100100

Color Harmonies of #AE870C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE870C

Black with #AE870C

Text Example


Text Example

White with #AE870C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE870C; }

 p { color: rgb(174,135,12); }

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

background-color css

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

 a { background-color: rgb(174,135,12); }

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

border-color css

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

 span { border-color: rgb(174,135,12); }

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