Html Css Color HEX #AA7905 Dark Goldenrod

📋 copy color: '#AA7905'

red 170 ◦ green 121 ◦ blue 5

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

Shades of Dark Goldenrod #AA7905

Tints of Dark Goldenrod #AA7905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.69%

R = 57.43%
G = 40.88%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AA7905 (or 0xAA7905) is known color: Dark Goldenrod. HEX triplet: AA, 79 and 05. RGB value is (170,121,5). Sum of RGB (Red+Green+Blue) = 170+121+5=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 5 (2.34% from 255 or 1.69% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7905 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7905 is #5586FA. Grayscale: #7A7A7A. Windows color (decimal): -5605115 or 358826. OLE color: 358826.

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

Color convert

RGB 170 121 5 -
CMYK 0 0.29 0.97 0.33
HSL 42.18º 0.94% 0.34% -
HSV(B) 42.18º 0.97% 0.67% -
XYZ 23.44 22.23 3.2 -
YUV 122.43 61.73 161.93 -
System Red Green Blue C M Y K H S L
Decimal 170 121 5 0 0.29 0.97 0.33 42.18 0.94 0.34
Hex AA 79 5 0 1D 61 21 2A 5E 22
Octal 252 171 5 0 35 141 41 52 136 42
Binary 10101010 1111001 101 0 11101 1100001 100001 101010 1011110 100010

Color Harmonies of #AA7905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7905

Black with #AA7905

Text Example


Text Example

White with #AA7905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7905; }

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

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

background-color css

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

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

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

border-color css

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

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

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