Html Css Color HEX #AE8D15 Dark Goldenrod

📋 copy color: '#AE8D15'

red 174 ◦ green 141 ◦ blue 21

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

Shades of Dark Goldenrod #AE8D15

Tints of Dark Goldenrod #AE8D15

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.96%

 BLUE value IS 21 (8.59% from 255) = 6.25%

R = 51.79%
G = 41.96%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AE8D15 (or 0xAE8D15) is known color: Dark Goldenrod. HEX triplet: AE, 8D and 15. RGB value is (174,141,21). Sum of RGB (Red+Green+Blue) = 174+141+21=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 21 (8.59% from 255 or 6.25% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8D15 is #5172EA. Grayscale: #898989. Windows color (decimal): -5337835 or 1412526. OLE color: 1412526.

HSL color Cylindrical-coordinate representation of color #AE8D15: hue angle of 47.06º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AE8D15 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 141 21 -
CMYK 0 0.19 0.88 0.32
HSL 47.06º 0.78% 0.38% -
HSV(B) 47.06º 0.88% 0.68% -
XYZ 27.12 28.1 4.7 -
YUV 137.19 62.43 154.26 -
System Red Green Blue C M Y K H S L
Decimal 174 141 21 0 0.19 0.88 0.32 47.06 0.78 0.38
Hex AE 8D 15 0 13 58 20 2F 4E 26
Octal 256 215 25 0 23 130 40 57 116 46
Binary 10101110 10001101 10101 0 10011 1011000 100000 101111 1001110 100110

Color Harmonies of #AE8D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8D15

Black with #AE8D15

Text Example


Text Example

White with #AE8D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8D15; }

 p { color: rgb(174,141,21); }

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

background-color css

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

 a { background-color: rgb(174,141,21); }

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

border-color css

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

 span { border-color: rgb(174,141,21); }

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