Html Css Color HEX #AE7302 Dark Goldenrod

📋 copy color: '#AE7302'

red 174 ◦ green 115 ◦ blue 2

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

Shades of Dark Goldenrod #AE7302

Tints of Dark Goldenrod #AE7302

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.52%

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

R = 59.79%
G = 39.52%
B = 0.69%

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

#AE7302 (or 0xAE7302) is known color: Dark Goldenrod. HEX triplet: AE, 73 and 02. RGB value is (174,115,2). Sum of RGB (Red+Green+Blue) = 174+115+2=291 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.79% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7302 is #518CFD. Grayscale: #787878. Windows color (decimal): -5344510 or 160686. OLE color: 160686.

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

Color convert

RGB 174 115 2 -
CMYK 0 0.34 0.99 0.32
HSL 39.42º 0.98% 0.35% -
HSV(B) 39.42º 0.99% 0.68% -
XYZ 23.6 21.26 2.92 -
YUV 119.76 61.55 166.69 -
System Red Green Blue C M Y K H S L
Decimal 174 115 2 0 0.34 0.99 0.32 39.42 0.98 0.35
Hex AE 73 2 0 22 63 20 27 62 23
Octal 256 163 2 0 42 143 40 47 142 43
Binary 10101110 1110011 10 0 100010 1100011 100000 100111 1100010 100011

Color Harmonies of #AE7302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7302

Black with #AE7302

Text Example


Text Example

White with #AE7302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7302; }

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

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

background-color css

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

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

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

border-color css

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

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

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