Html Css Color HEX #AA7104 Dark Goldenrod

📋 copy color: '#AA7104'

red 170 ◦ green 113 ◦ blue 4

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

Shades of Dark Goldenrod #AA7104

Tints of Dark Goldenrod #AA7104

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.37%

 BLUE value IS 4 (1.95% from 255) = 1.39%

R = 59.23%
G = 39.37%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA7104 (or 0xAA7104) is known color: Dark Goldenrod. HEX triplet: AA, 71 and 04. RGB value is (170,113,4). Sum of RGB (Red+Green+Blue) = 170+113+4=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 4 (1.95% from 255 or 1.39% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7104 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7104 is #558EFB. Grayscale: #767676. Windows color (decimal): -5607164 or 291242. OLE color: 291242.

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

Color convert

RGB 170 113 4 -
CMYK 0 0.34 0.98 0.33
HSL 39.4º 0.95% 0.34% -
HSV(B) 39.4º 0.98% 0.67% -
XYZ 22.5 20.37 2.86 -
YUV 117.62 63.88 165.36 -
System Red Green Blue C M Y K H S L
Decimal 170 113 4 0 0.34 0.98 0.33 39.4 0.95 0.34
Hex AA 71 4 0 22 62 21 27 5F 22
Octal 252 161 4 0 42 142 41 47 137 42
Binary 10101010 1110001 100 0 100010 1100010 100001 100111 1011111 100010

Color Harmonies of #AA7104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7104

Black with #AA7104

Text Example


Text Example

White with #AA7104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7104; }

 p { color: rgb(170,113,4); }

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

background-color css

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

 a { background-color: rgb(170,113,4); }

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

border-color css

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

 span { border-color: rgb(170,113,4); }

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