Html Css Color HEX #AA8603 Dark Goldenrod

📋 copy color: '#AA8603'

red 170 ◦ green 134 ◦ blue 3

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

Shades of Dark Goldenrod #AA8603

Tints of Dark Goldenrod #AA8603

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.65%

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

R = 55.37%
G = 43.65%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA8603 (or 0xAA8603) is known color: Dark Goldenrod. HEX triplet: AA, 86 and 03. RGB value is (170,134,3). Sum of RGB (Red+Green+Blue) = 170+134+3=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 3 (1.56% from 255 or 0.98% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8603 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8603 is #5579FC. Grayscale: #828282. Windows color (decimal): -5601789 or 231082. OLE color: 231082.

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

Color convert

RGB 170 134 3 -
CMYK 0 0.21 0.98 0.33
HSL 47.07º 0.97% 0.34% -
HSV(B) 47.07º 0.98% 0.67% -
XYZ 25.12 25.6 3.7 -
YUV 129.83 56.43 156.65 -
System Red Green Blue C M Y K H S L
Decimal 170 134 3 0 0.21 0.98 0.33 47.07 0.97 0.34
Hex AA 86 3 0 15 62 21 2F 61 22
Octal 252 206 3 0 25 142 41 57 141 42
Binary 10101010 10000110 11 0 10101 1100010 100001 101111 1100001 100010

Color Harmonies of #AA8603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8603

Black with #AA8603

Text Example


Text Example

White with #AA8603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8603; }

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

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

background-color css

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

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

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

border-color css

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

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

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