Html Css Color HEX #AA740D Dark Goldenrod

📋 copy color: '#AA740D'

red 170 ◦ green 116 ◦ blue 13

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

Shades of Dark Goldenrod #AA740D

Tints of Dark Goldenrod #AA740D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.35%

R = 56.86%
G = 38.8%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA740D (or 0xAA740D) is known color: Dark Goldenrod. HEX triplet: AA, 74 and 0D. RGB value is (170,116,13). Sum of RGB (Red+Green+Blue) = 170+116+13=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA740D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA740D is #558BF2. Grayscale: #787878. Windows color (decimal): -5606387 or 881834. OLE color: 881834.

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

Color convert

RGB 170 116 13 -
CMYK 0 0.32 0.92 0.33
HSL 39.36º 0.86% 0.36% -
HSV(B) 39.36º 0.92% 0.67% -
XYZ 22.9 21.07 3.24 -
YUV 120.4 67.39 163.38 -
System Red Green Blue C M Y K H S L
Decimal 170 116 13 0 0.32 0.92 0.33 39.36 0.86 0.36
Hex AA 74 D 0 20 5C 21 27 56 24
Octal 252 164 15 0 40 134 41 47 126 44
Binary 10101010 1110100 1101 0 100000 1011100 100001 100111 1010110 100100

Color Harmonies of #AA740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA740D

Black with #AA740D

Text Example


Text Example

White with #AA740D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA740D; }

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

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

background-color css

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

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

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

border-color css

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

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

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