Html Css Color HEX #AA740C Dark Goldenrod

📋 copy color: '#AA740C'

red 170 ◦ green 116 ◦ blue 12

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

Shades of Dark Goldenrod #AA740C

Tints of Dark Goldenrod #AA740C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.93%

 BLUE value IS 12 (5.08% from 255) = 4.03%

R = 57.05%
G = 38.93%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA740C (or 0xAA740C) is known color: Dark Goldenrod. HEX triplet: AA, 74 and 0C. RGB value is (170,116,12). Sum of RGB (Red+Green+Blue) = 170+116+12=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA740C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA740C is #558BF3. Grayscale: #787878. Windows color (decimal): -5606388 or 816298. OLE color: 816298.

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

Color convert

RGB 170 116 12 -
CMYK 0 0.32 0.93 0.33
HSL 39.49º 0.87% 0.36% -
HSV(B) 39.49º 0.93% 0.67% -
XYZ 22.89 21.06 3.21 -
YUV 120.29 66.89 163.46 -
System Red Green Blue C M Y K H S L
Decimal 170 116 12 0 0.32 0.93 0.33 39.49 0.87 0.36
Hex AA 74 C 0 20 5D 21 27 57 24
Octal 252 164 14 0 40 135 41 47 127 44
Binary 10101010 1110100 1100 0 100000 1011101 100001 100111 1010111 100100

Color Harmonies of #AA740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA740C

Black with #AA740C

Text Example


Text Example

White with #AA740C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA740C; }

 p { color: rgb(170,116,12); }

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

background-color css

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

 a { background-color: rgb(170,116,12); }

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

border-color css

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

 span { border-color: rgb(170,116,12); }

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