Html Css Color HEX #AE8D13 Dark Goldenrod

📋 copy color: '#AE8D13'

red 174 ◦ green 141 ◦ blue 19

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

Shades of Dark Goldenrod #AE8D13

Tints of Dark Goldenrod #AE8D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.69%

R = 52.1%
G = 42.22%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE8D13 (or 0xAE8D13) is known color: Dark Goldenrod. HEX triplet: AE, 8D and 13. RGB value is (174,141,19). Sum of RGB (Red+Green+Blue) = 174+141+19=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 19 (7.81% from 255 or 5.69% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8D13 is #5172EC. Grayscale: #898989. Windows color (decimal): -5337837 or 1281454. OLE color: 1281454.

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

Color convert

RGB 174 141 19 -
CMYK 0 0.19 0.89 0.32
HSL 47.23º 0.8% 0.38% -
HSV(B) 47.23º 0.89% 0.68% -
XYZ 27.1 28.1 4.61 -
YUV 136.96 61.43 154.42 -
System Red Green Blue C M Y K H S L
Decimal 174 141 19 0 0.19 0.89 0.32 47.23 0.8 0.38
Hex AE 8D 13 0 13 59 20 2F 50 26
Octal 256 215 23 0 23 131 40 57 120 46
Binary 10101110 10001101 10011 0 10011 1011001 100000 101111 1010000 100110

Color Harmonies of #AE8D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8D13

Black with #AE8D13

Text Example


Text Example

White with #AE8D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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