Html Css Color HEX #AE8501 Dark Goldenrod

📋 copy color: '#AE8501'

red 174 ◦ green 133 ◦ blue 1

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

Shades of Dark Goldenrod #AE8501

Tints of Dark Goldenrod #AE8501

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.18%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 56.49%
G = 43.18%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE8501 (or 0xAE8501) is known color: Dark Goldenrod. HEX triplet: AE, 85 and 01. RGB value is (174,133,1). Sum of RGB (Red+Green+Blue) = 174+133+1=308 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.49% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8501 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8501 is #517AFE. Grayscale: #828282. Windows color (decimal): -5339903 or 99758. OLE color: 99758.

HSL color Cylindrical-coordinate representation of color #AE8501: hue angle of 45.78º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE8501 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 133 1 -
CMYK 0 0.24 0.99 0.32
HSL 45.78º 0.99% 0.34% -
HSV(B) 45.78º 0.99% 0.68% -
XYZ 25.85 25.78 3.64 -
YUV 130.21 55.08 159.23 -
System Red Green Blue C M Y K H S L
Decimal 174 133 1 0 0.24 0.99 0.32 45.78 0.99 0.34
Hex AE 85 1 0 18 63 20 2E 63 22
Octal 256 205 1 0 30 143 40 56 143 42
Binary 10101110 10000101 1 0 11000 1100011 100000 101110 1100011 100010

Color Harmonies of #AE8501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8501

Black with #AE8501

Text Example


Text Example

White with #AE8501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8501; }

 p { color: rgb(174,133,1); }

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

background-color css

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

 a { background-color: rgb(174,133,1); }

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

border-color css

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

 span { border-color: rgb(174,133,1); }

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