Html Css Color HEX #AA7300 Dark Goldenrod

📋 copy color: '#AA7300'

red 170 ◦ green 115 ◦ blue 0

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

Shades of Dark Goldenrod #AA7300

Tints of Dark Goldenrod #AA7300

RGB

 RED value IS 170 (66.8% from 255) = 59.65%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.65%
G = 40.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA7300 (or 0xAA7300) is known color: Dark Goldenrod. HEX triplet: AA, 73 and 00. RGB value is (170,115,0). Sum of RGB (Red+Green+Blue) = 170+115+0=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7300 is #558CFF. Grayscale: #767676. Windows color (decimal): -5606656 or 29610. OLE color: 29610.

HSL color Cylindrical-coordinate representation of color #AA7300: hue angle of 40.59º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA7300 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 115 0 -
CMYK 0 0.32 1 0.33
HSL 40.59º 1% 0.33% -
HSV(B) 40.59º 1% 0.67% -
XYZ 22.71 20.81 2.82 -
YUV 118.34 61.22 164.85 -
System Red Green Blue C M Y K H S L
Decimal 170 115 0 0 0.32 1 0.33 40.59 1 0.33
Hex AA 73 0 0 20 64 21 29 64 21
Octal 252 163 0 0 40 144 41 51 144 41
Binary 10101010 1110011 0 0 100000 1100100 100001 101001 1100100 100001

Color Harmonies of #AA7300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7300

Black with #AA7300

Text Example


Text Example

White with #AA7300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7300; }

 p { color: rgb(170,115,0); }

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

background-color css

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

 a { background-color: rgb(170,115,0); }

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

border-color css

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

 span { border-color: rgb(170,115,0); }

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