Html Css Color HEX #AE880D Dark Goldenrod

📋 copy color: '#AE880D'

red 174 ◦ green 136 ◦ blue 13

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

Shades of Dark Goldenrod #AE880D

Tints of Dark Goldenrod #AE880D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.11%

 BLUE value IS 13 (5.47% from 255) = 4.02%

R = 53.87%
G = 42.11%
B = 4.02%

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

#AE880D (or 0xAE880D) is known color: Dark Goldenrod. HEX triplet: AE, 88 and 0D. RGB value is (174,136,13). Sum of RGB (Red+Green+Blue) = 174+136+13=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE880D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE880D is #5177F2. Grayscale: #858585. Windows color (decimal): -5339123 or 886958. OLE color: 886958.

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

Color convert

RGB 174 136 13 -
CMYK 0 0.22 0.93 0.32
HSL 45.84º 0.86% 0.37% -
HSV(B) 45.84º 0.93% 0.68% -
XYZ 26.33 26.64 4.13 -
YUV 133.34 60.09 157 -
System Red Green Blue C M Y K H S L
Decimal 174 136 13 0 0.22 0.93 0.32 45.84 0.86 0.37
Hex AE 88 D 0 16 5D 20 2E 56 25
Octal 256 210 15 0 26 135 40 56 126 45
Binary 10101110 10001000 1101 0 10110 1011101 100000 101110 1010110 100101

Color Harmonies of #AE880D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE880D

Black with #AE880D

Text Example


Text Example

White with #AE880D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE880D; }

 p { color: rgb(174,136,13); }

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

background-color css

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

 a { background-color: rgb(174,136,13); }

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

border-color css

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

 span { border-color: rgb(174,136,13); }

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