Html Css Color HEX #AE7E18 Dark Goldenrod

📋 copy color: '#AE7E18'

red 174 ◦ green 126 ◦ blue 24

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

Shades of Dark Goldenrod #AE7E18

Tints of Dark Goldenrod #AE7E18

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.89%

 BLUE value IS 24 (9.77% from 255) = 7.41%

R = 53.7%
G = 38.89%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AE7E18 (or 0xAE7E18) is known color: Dark Goldenrod. HEX triplet: AE, 7E and 18. RGB value is (174,126,24). Sum of RGB (Red+Green+Blue) = 174+126+24=324 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.70% from 324); Green value is 126 (49.61% from 255 or 38.89% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7E18 is #5181E7. Grayscale: #818181. Windows color (decimal): -5341672 or 1605294. OLE color: 1605294.

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

Color convert

RGB 174 126 24 -
CMYK 0 0.28 0.86 0.32
HSL 40.8º 0.76% 0.39% -
HSV(B) 40.8º 0.86% 0.68% -
XYZ 25.08 23.99 4.17 -
YUV 128.72 68.9 160.29 -
System Red Green Blue C M Y K H S L
Decimal 174 126 24 0 0.28 0.86 0.32 40.8 0.76 0.39
Hex AE 7E 18 0 1C 56 20 29 4C 27
Octal 256 176 30 0 34 126 40 51 114 47
Binary 10101110 1111110 11000 0 11100 1010110 100000 101001 1001100 100111

Color Harmonies of #AE7E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7E18

Black with #AE7E18

Text Example


Text Example

White with #AE7E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7E18; }

 p { color: rgb(174,126,24); }

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

background-color css

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

 a { background-color: rgb(174,126,24); }

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

border-color css

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

 span { border-color: rgb(174,126,24); }

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