Html Css Color HEX #AA7603 Dark Goldenrod

📋 copy color: '#AA7603'

red 170 ◦ green 118 ◦ blue 3

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

Shades of Dark Goldenrod #AA7603

Tints of Dark Goldenrod #AA7603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.03%

R = 58.42%
G = 40.55%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA7603 (or 0xAA7603) is known color: Dark Goldenrod. HEX triplet: AA, 76 and 03. RGB value is (170,118,3). Sum of RGB (Red+Green+Blue) = 170+118+3=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 3 (1.56% from 255 or 1.03% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7603 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7603 is #5589FC. Grayscale: #787878. Windows color (decimal): -5605885 or 226986. OLE color: 226986.

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

Color convert

RGB 170 118 3 -
CMYK 0 0.31 0.98 0.33
HSL 41.32º 0.97% 0.34% -
HSV(B) 41.32º 0.98% 0.67% -
XYZ 23.07 21.51 3.02 -
YUV 120.44 61.73 163.35 -
System Red Green Blue C M Y K H S L
Decimal 170 118 3 0 0.31 0.98 0.33 41.32 0.97 0.34
Hex AA 76 3 0 1F 62 21 29 61 22
Octal 252 166 3 0 37 142 41 51 141 42
Binary 10101010 1110110 11 0 11111 1100010 100001 101001 1100001 100010

Color Harmonies of #AA7603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7603

Black with #AA7603

Text Example


Text Example

White with #AA7603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7603; }

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

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

background-color css

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

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

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

border-color css

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

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

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