Html Css Color HEX #AA770D Dark Goldenrod

📋 copy color: '#AA770D'

red 170 ◦ green 119 ◦ blue 13

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

Shades of Dark Goldenrod #AA770D

Tints of Dark Goldenrod #AA770D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.3%

R = 56.29%
G = 39.4%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA770D (or 0xAA770D) is known color: Dark Goldenrod. HEX triplet: AA, 77 and 0D. RGB value is (170,119,13). Sum of RGB (Red+Green+Blue) = 170+119+13=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA770D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA770D is #5588F2. Grayscale: #7A7A7A. Windows color (decimal): -5605619 or 882602. OLE color: 882602.

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

Color convert

RGB 170 119 13 -
CMYK 0 0.3 0.92 0.33
HSL 40.51º 0.86% 0.36% -
HSV(B) 40.51º 0.92% 0.67% -
XYZ 23.25 21.77 3.36 -
YUV 122.17 66.4 162.12 -
System Red Green Blue C M Y K H S L
Decimal 170 119 13 0 0.3 0.92 0.33 40.51 0.86 0.36
Hex AA 77 D 0 1E 5C 21 29 56 24
Octal 252 167 15 0 36 134 41 51 126 44
Binary 10101010 1110111 1101 0 11110 1011100 100001 101001 1010110 100100

Color Harmonies of #AA770D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA770D

Black with #AA770D

Text Example


Text Example

White with #AA770D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA770D; }

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

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

background-color css

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

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

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

border-color css

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

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

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