Html Css Color HEX #AA730A Dark Goldenrod

📋 copy color: '#AA730A'

red 170 ◦ green 115 ◦ blue 10

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

Shades of Dark Goldenrod #AA730A

Tints of Dark Goldenrod #AA730A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.39%

R = 57.63%
G = 38.98%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA730A (or 0xAA730A) is known color: Dark Goldenrod. HEX triplet: AA, 73 and 0A. RGB value is (170,115,10). Sum of RGB (Red+Green+Blue) = 170+115+10=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA730A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA730A is #558CF5. Grayscale: #777777. Windows color (decimal): -5606646 or 684970. OLE color: 684970.

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

Color convert

RGB 170 115 10 -
CMYK 0 0.32 0.94 0.33
HSL 39.38º 0.89% 0.35% -
HSV(B) 39.38º 0.94% 0.67% -
XYZ 22.76 20.83 3.11 -
YUV 119.48 66.22 164.04 -
System Red Green Blue C M Y K H S L
Decimal 170 115 10 0 0.32 0.94 0.33 39.38 0.89 0.35
Hex AA 73 A 0 20 5E 21 27 59 23
Octal 252 163 12 0 40 136 41 47 131 43
Binary 10101010 1110011 1010 0 100000 1011110 100001 100111 1011001 100011

Color Harmonies of #AA730A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA730A

Black with #AA730A

Text Example


Text Example

White with #AA730A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA730A; }

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

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

background-color css

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

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

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

border-color css

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

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

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