Html Css Color HEX #AA7701 Dark Goldenrod

📋 copy color: '#AA7701'

red 170 ◦ green 119 ◦ blue 1

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

Shades of Dark Goldenrod #AA7701

Tints of Dark Goldenrod #AA7701

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.03%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 58.62%
G = 41.03%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA7701 (or 0xAA7701) is known color: Dark Goldenrod. HEX triplet: AA, 77 and 01. RGB value is (170,119,1). Sum of RGB (Red+Green+Blue) = 170+119+1=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 119 (46.88% from 255 or 41.03% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7701 is #5588FE. Grayscale: #797979. Windows color (decimal): -5605631 or 96170. OLE color: 96170.

HSL color Cylindrical-coordinate representation of color #AA7701: hue angle of 41.89º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA7701 is Cyan = 0, Magento = 0.3, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 119 1 -
CMYK 0 0.3 0.99 0.33
HSL 41.89º 0.99% 0.34% -
HSV(B) 41.89º 0.99% 0.67% -
XYZ 23.18 21.74 3 -
YUV 120.8 60.4 163.09 -
System Red Green Blue C M Y K H S L
Decimal 170 119 1 0 0.3 0.99 0.33 41.89 0.99 0.34
Hex AA 77 1 0 1E 63 21 2A 63 22
Octal 252 167 1 0 36 143 41 52 143 42
Binary 10101010 1110111 1 0 11110 1100011 100001 101010 1100011 100010

Color Harmonies of #AA7701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7701

Black with #AA7701

Text Example


Text Example

White with #AA7701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7701; }

 p { color: rgb(170,119,1); }

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

background-color css

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

 a { background-color: rgb(170,119,1); }

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

border-color css

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

 span { border-color: rgb(170,119,1); }

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