Html Css Color HEX #AE7101 Dark Goldenrod

📋 copy color: '#AE7101'

red 174 ◦ green 113 ◦ blue 1

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

Shades of Dark Goldenrod #AE7101

Tints of Dark Goldenrod #AE7101

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.24%

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

R = 60.42%
G = 39.24%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE7101 (or 0xAE7101) is known color: Dark Goldenrod. HEX triplet: AE, 71 and 01. RGB value is (174,113,1). Sum of RGB (Red+Green+Blue) = 174+113+1=288 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.42% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 1 (0.78% from 255 or 0.35% from 288); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7101 is #518EFE. Grayscale: #767676. Windows color (decimal): -5345023 or 94638. OLE color: 94638.

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

Color convert

RGB 174 113 1 -
CMYK 0 0.35 0.99 0.32
HSL 38.84º 0.99% 0.34% -
HSV(B) 38.84º 0.99% 0.68% -
XYZ 23.37 20.81 2.81 -
YUV 118.47 61.71 167.61 -
System Red Green Blue C M Y K H S L
Decimal 174 113 1 0 0.35 0.99 0.32 38.84 0.99 0.34
Hex AE 71 1 0 23 63 20 27 63 22
Octal 256 161 1 0 43 143 40 47 143 42
Binary 10101110 1110001 1 0 100011 1100011 100000 100111 1100011 100010

Color Harmonies of #AE7101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7101

Black with #AE7101

Text Example


Text Example

White with #AE7101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7101; }

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

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

background-color css

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

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

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

border-color css

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

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

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