Html Css Color HEX #AE8912 Dark Goldenrod

📋 copy color: '#AE8912'

red 174 ◦ green 137 ◦ blue 18

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

Shades of Dark Goldenrod #AE8912

Tints of Dark Goldenrod #AE8912

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.64%

 BLUE value IS 18 (7.42% from 255) = 5.47%

R = 52.89%
G = 41.64%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE8912 (or 0xAE8912) is known color: Dark Goldenrod. HEX triplet: AE, 89 and 12. RGB value is (174,137,18). Sum of RGB (Red+Green+Blue) = 174+137+18=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8912 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8912 is #5176ED. Grayscale: #878787. Windows color (decimal): -5338862 or 1214894. OLE color: 1214894.

HSL color Cylindrical-coordinate representation of color #AE8912: hue angle of 45.77º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE8912 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 137 18 -
CMYK 0 0.21 0.90 0.32
HSL 45.77º 0.81% 0.38% -
HSV(B) 45.77º 0.9% 0.68% -
XYZ 26.51 26.93 4.37 -
YUV 134.5 62.26 156.18 -
System Red Green Blue C M Y K H S L
Decimal 174 137 18 0 0.21 0.90 0.32 45.77 0.81 0.38
Hex AE 89 12 0 15 5A 20 2E 51 26
Octal 256 211 22 0 25 132 40 56 121 46
Binary 10101110 10001001 10010 0 10101 1011010 100000 101110 1010001 100110

Color Harmonies of #AE8912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8912

Black with #AE8912

Text Example


Text Example

White with #AE8912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8912; }

 p { color: rgb(174,137,18); }

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

background-color css

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

 a { background-color: rgb(174,137,18); }

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

border-color css

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

 span { border-color: rgb(174,137,18); }

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