Html Css Color HEX #AE8C11 Dark Goldenrod

📋 copy color: '#AE8C11'

red 174 ◦ green 140 ◦ blue 17

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

Shades of Dark Goldenrod #AE8C11

Tints of Dark Goldenrod #AE8C11

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.3%

 BLUE value IS 17 (7.03% from 255) = 5.14%

R = 52.57%
G = 42.3%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE8C11 (or 0xAE8C11) is known color: Dark Goldenrod. HEX triplet: AE, 8C and 11. RGB value is (174,140,17). Sum of RGB (Red+Green+Blue) = 174+140+17=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8C11 is #5173EE. Grayscale: #888888. Windows color (decimal): -5338095 or 1150126. OLE color: 1150126.

HSL color Cylindrical-coordinate representation of color #AE8C11: hue angle of 47.01º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE8C11 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 140 17 -
CMYK 0 0.20 0.90 0.32
HSL 47.01º 0.82% 0.37% -
HSV(B) 47.01º 0.9% 0.68% -
XYZ 26.93 27.8 4.48 -
YUV 136.14 60.76 155 -
System Red Green Blue C M Y K H S L
Decimal 174 140 17 0 0.20 0.90 0.32 47.01 0.82 0.37
Hex AE 8C 11 0 14 5A 20 2F 52 25
Octal 256 214 21 0 24 132 40 57 122 45
Binary 10101110 10001100 10001 0 10100 1011010 100000 101111 1010010 100101

Color Harmonies of #AE8C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8C11

Black with #AE8C11

Text Example


Text Example

White with #AE8C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8C11; }

 p { color: rgb(174,140,17); }

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

background-color css

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

 a { background-color: rgb(174,140,17); }

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

border-color css

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

 span { border-color: rgb(174,140,17); }

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