Html Css Color HEX #AE8701 Dark Goldenrod

📋 copy color: '#AE8701'

red 174 ◦ green 135 ◦ blue 1

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

Shades of Dark Goldenrod #AE8701

Tints of Dark Goldenrod #AE8701

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.55%

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

R = 56.13%
G = 43.55%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE8701 (or 0xAE8701) is known color: Dark Goldenrod. HEX triplet: AE, 87 and 01. RGB value is (174,135,1). Sum of RGB (Red+Green+Blue) = 174+135+1=310 (41% of max value = 765). Red value is 174 (68.36% from 255 or 56.13% from 310); Green value is 135 (53.12% from 255 or 43.55% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8701 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8701 is #5178FE. Grayscale: #838383. Windows color (decimal): -5339391 or 100270. OLE color: 100270.

HSL color Cylindrical-coordinate representation of color #AE8701: hue angle of 46.47º 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 #AE8701 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 135 1 -
CMYK 0 0.22 0.99 0.32
HSL 46.47º 0.99% 0.34% -
HSV(B) 46.47º 0.99% 0.68% -
XYZ 26.13 26.33 3.73 -
YUV 131.39 54.42 158.4 -
System Red Green Blue C M Y K H S L
Decimal 174 135 1 0 0.22 0.99 0.32 46.47 0.99 0.34
Hex AE 87 1 0 16 63 20 2E 63 22
Octal 256 207 1 0 26 143 40 56 143 42
Binary 10101110 10000111 1 0 10110 1100011 100000 101110 1100011 100010

Color Harmonies of #AE8701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8701

Black with #AE8701

Text Example


Text Example

White with #AE8701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8701; }

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

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

background-color css

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

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

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

border-color css

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

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

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