Html Css Color HEX #AE8E10 Dark Goldenrod

📋 copy color: '#AE8E10'

red 174 ◦ green 142 ◦ blue 16

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

Shades of Dark Goldenrod #AE8E10

Tints of Dark Goldenrod #AE8E10

RGB

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

 GREEN value IS 142 (55.86% from 255) = 42.77%

 BLUE value IS 16 (6.64% from 255) = 4.82%

R = 52.41%
G = 42.77%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AE8E10 (or 0xAE8E10) is known color: Dark Goldenrod. HEX triplet: AE, 8E and 10. RGB value is (174,142,16). Sum of RGB (Red+Green+Blue) = 174+142+16=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 142 (55.86% from 255 or 42.77% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8E10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8E10 is #5171EF. Grayscale: #898989. Windows color (decimal): -5337584 or 1085102. OLE color: 1085102.

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

Color convert

RGB 174 142 16 -
CMYK 0 0.18 0.91 0.32
HSL 47.85º 0.83% 0.37% -
HSV(B) 47.85º 0.91% 0.68% -
XYZ 27.22 28.38 4.53 -
YUV 137.2 59.6 154.25 -
System Red Green Blue C M Y K H S L
Decimal 174 142 16 0 0.18 0.91 0.32 47.85 0.83 0.37
Hex AE 8E 10 0 12 5B 20 30 53 25
Octal 256 216 20 0 22 133 40 60 123 45
Binary 10101110 10001110 10000 0 10010 1011011 100000 110000 1010011 100101

Color Harmonies of #AE8E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8E10

Black with #AE8E10

Text Example


Text Example

White with #AE8E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8E10; }

 p { color: rgb(174,142,16); }

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

background-color css

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

 a { background-color: rgb(174,142,16); }

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

border-color css

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

 span { border-color: rgb(174,142,16); }

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