Html Css Color HEX #AA740F Dark Goldenrod

📋 copy color: '#AA740F'

red 170 ◦ green 116 ◦ blue 15

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

Shades of Dark Goldenrod #AA740F

Tints of Dark Goldenrod #AA740F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.98%

R = 56.48%
G = 38.54%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA740F (or 0xAA740F) is known color: Dark Goldenrod. HEX triplet: AA, 74 and 0F. RGB value is (170,116,15). Sum of RGB (Red+Green+Blue) = 170+116+15=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 15 (6.25% from 255 or 4.98% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA740F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA740F is #558BF0. Grayscale: #797979. Windows color (decimal): -5606385 or 1012906. OLE color: 1012906.

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

Color convert

RGB 170 116 15 -
CMYK 0 0.32 0.91 0.33
HSL 39.1º 0.84% 0.36% -
HSV(B) 39.1º 0.91% 0.67% -
XYZ 22.91 21.07 3.31 -
YUV 120.63 68.39 163.21 -
System Red Green Blue C M Y K H S L
Decimal 170 116 15 0 0.32 0.91 0.33 39.1 0.84 0.36
Hex AA 74 F 0 20 5B 21 27 54 24
Octal 252 164 17 0 40 133 41 47 124 44
Binary 10101010 1110100 1111 0 100000 1011011 100001 100111 1010100 100100

Color Harmonies of #AA740F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA740F

Black with #AA740F

Text Example


Text Example

White with #AA740F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA740F; }

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

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

background-color css

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

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

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

border-color css

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

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

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