Html Css Color HEX #AA7607 Dark Goldenrod

📋 copy color: '#AA7607'

red 170 ◦ green 118 ◦ blue 7

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

Shades of Dark Goldenrod #AA7607

Tints of Dark Goldenrod #AA7607

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40%

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

R = 57.63%
G = 40%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA7607 (or 0xAA7607) is known color: Dark Goldenrod. HEX triplet: AA, 76 and 07. RGB value is (170,118,7). Sum of RGB (Red+Green+Blue) = 170+118+7=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 7 (3.12% from 255 or 2.37% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7607 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7607 is #5589F8. Grayscale: #797979. Windows color (decimal): -5605881 or 489130. OLE color: 489130.

HSL color Cylindrical-coordinate representation of color #AA7607: hue angle of 40.86º 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 #AA7607 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 118 7 -
CMYK 0 0.31 0.96 0.33
HSL 40.86º 0.92% 0.35% -
HSV(B) 40.86º 0.96% 0.67% -
XYZ 23.09 21.52 3.14 -
YUV 120.89 63.73 163.03 -
System Red Green Blue C M Y K H S L
Decimal 170 118 7 0 0.31 0.96 0.33 40.86 0.92 0.35
Hex AA 76 7 0 1F 60 21 29 5C 23
Octal 252 166 7 0 37 140 41 51 134 43
Binary 10101010 1110110 111 0 11111 1100000 100001 101001 1011100 100011

Color Harmonies of #AA7607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7607

Black with #AA7607

Text Example


Text Example

White with #AA7607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7607; }

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

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

background-color css

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

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

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

border-color css

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

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

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