Html Css Color HEX #AA9107 Dark Goldenrod

📋 copy color: '#AA9107'

red 170 ◦ green 145 ◦ blue 7

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

Shades of Dark Goldenrod #AA9107

Tints of Dark Goldenrod #AA9107

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.03%

 BLUE value IS 7 (3.13% from 255) = 2.17%

R = 52.8%
G = 45.03%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA9107 (or 0xAA9107) is known color: Dark Goldenrod. HEX triplet: AA, 91 and 07. RGB value is (170,145,7). Sum of RGB (Red+Green+Blue) = 170+145+7=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 7 (3.12% from 255 or 2.17% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9107 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9107 is #556EF8. Grayscale: #898989. Windows color (decimal): -5598969 or 496042. OLE color: 496042.

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

Color convert

RGB 170 145 7 -
CMYK 0 0.15 0.96 0.33
HSL 50.8º 0.92% 0.35% -
HSV(B) 50.8º 0.96% 0.67% -
XYZ 26.74 28.81 4.35 -
YUV 136.74 54.78 151.72 -
System Red Green Blue C M Y K H S L
Decimal 170 145 7 0 0.15 0.96 0.33 50.8 0.92 0.35
Hex AA 91 7 0 F 60 21 33 5C 23
Octal 252 221 7 0 17 140 41 63 134 43
Binary 10101010 10010001 111 0 1111 1100000 100001 110011 1011100 100011

Color Harmonies of #AA9107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9107

Black with #AA9107

Text Example


Text Example

White with #AA9107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9107; }

 p { color: rgb(170,145,7); }

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

background-color css

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

 a { background-color: rgb(170,145,7); }

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

border-color css

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

 span { border-color: rgb(170,145,7); }

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