Html Css Color HEX #AE8302 Dark Goldenrod

📋 copy color: '#AE8302'

red 174 ◦ green 131 ◦ blue 2

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

Shades of Dark Goldenrod #AE8302

Tints of Dark Goldenrod #AE8302

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.67%

 BLUE value IS 2 (1.17% from 255) = 0.65%

R = 56.68%
G = 42.67%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE8302 (or 0xAE8302) is known color: Dark Goldenrod. HEX triplet: AE, 83 and 02. RGB value is (174,131,2). Sum of RGB (Red+Green+Blue) = 174+131+2=307 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.68% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8302 is #517CFD. Grayscale: #818181. Windows color (decimal): -5340414 or 164782. OLE color: 164782.

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

Color convert

RGB 174 131 2 -
CMYK 0 0.25 0.99 0.32
HSL 45º 0.98% 0.35% -
HSV(B) 45º 0.99% 0.68% -
XYZ 25.58 25.24 3.58 -
YUV 129.15 56.25 159.99 -
System Red Green Blue C M Y K H S L
Decimal 174 131 2 0 0.25 0.99 0.32 45 0.98 0.35
Hex AE 83 2 0 19 63 20 2D 62 23
Octal 256 203 2 0 31 143 40 55 142 43
Binary 10101110 10000011 10 0 11001 1100011 100000 101101 1100010 100011

Color Harmonies of #AE8302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8302

Black with #AE8302

Text Example


Text Example

White with #AE8302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8302; }

 p { color: rgb(174,131,2); }

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

background-color css

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

 a { background-color: rgb(174,131,2); }

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

border-color css

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

 span { border-color: rgb(174,131,2); }

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