Html Css Color HEX #AE7201 Dark Goldenrod

📋 copy color: '#AE7201'

red 174 ◦ green 114 ◦ blue 1

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

Shades of Dark Goldenrod #AE7201

Tints of Dark Goldenrod #AE7201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.45%

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

R = 60.21%
G = 39.45%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE7201 (or 0xAE7201) is known color: Dark Goldenrod. HEX triplet: AE, 72 and 01. RGB value is (174,114,1). Sum of RGB (Red+Green+Blue) = 174+114+1=289 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.21% from 289); Green value is 114 (44.92% from 255 or 39.45% from 289); Blue value is 1 (0.78% from 255 or 0.35% from 289); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7201 is #518DFE. Grayscale: #777777. Windows color (decimal): -5344767 or 94894. OLE color: 94894.

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

Color convert

RGB 174 114 1 -
CMYK 0 0.34 0.99 0.32
HSL 39.19º 0.99% 0.34% -
HSV(B) 39.19º 0.99% 0.68% -
XYZ 23.48 21.04 2.85 -
YUV 119.06 61.38 167.19 -
System Red Green Blue C M Y K H S L
Decimal 174 114 1 0 0.34 0.99 0.32 39.19 0.99 0.34
Hex AE 72 1 0 22 63 20 27 63 22
Octal 256 162 1 0 42 143 40 47 143 42
Binary 10101110 1110010 1 0 100010 1100011 100000 100111 1100011 100010

Color Harmonies of #AE7201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7201

Black with #AE7201

Text Example


Text Example

White with #AE7201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7201; }

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

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

background-color css

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

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

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

border-color css

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

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

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