Html Css Color HEX #AA790B Dark Goldenrod

📋 copy color: '#AA790B'

red 170 ◦ green 121 ◦ blue 11

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

Shades of Dark Goldenrod #AA790B

Tints of Dark Goldenrod #AA790B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.07%

 BLUE value IS 11 (4.69% from 255) = 3.64%

R = 56.29%
G = 40.07%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA790B (or 0xAA790B) is known color: Dark Goldenrod. HEX triplet: AA, 79 and 0B. RGB value is (170,121,11). Sum of RGB (Red+Green+Blue) = 170+121+11=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA790B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA790B is #5586F4. Grayscale: #7B7B7B. Windows color (decimal): -5605109 or 752042. OLE color: 752042.

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

Color convert

RGB 170 121 11 -
CMYK 0 0.29 0.94 0.33
HSL 41.51º 0.88% 0.35% -
HSV(B) 41.51º 0.94% 0.67% -
XYZ 23.48 22.24 3.37 -
YUV 123.11 64.73 161.44 -
System Red Green Blue C M Y K H S L
Decimal 170 121 11 0 0.29 0.94 0.33 41.51 0.88 0.35
Hex AA 79 B 0 1D 5E 21 2A 58 23
Octal 252 171 13 0 35 136 41 52 130 43
Binary 10101010 1111001 1011 0 11101 1011110 100001 101010 1011000 100011

Color Harmonies of #AA790B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA790B

Black with #AA790B

Text Example


Text Example

White with #AA790B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA790B; }

 p { color: rgb(170,121,11); }

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

background-color css

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

 a { background-color: rgb(170,121,11); }

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

border-color css

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

 span { border-color: rgb(170,121,11); }

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