Html Css Color HEX #AA770C Dark Goldenrod

📋 copy color: '#AA770C'

red 170 ◦ green 119 ◦ blue 12

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

Shades of Dark Goldenrod #AA770C

Tints of Dark Goldenrod #AA770C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.99%

R = 56.48%
G = 39.53%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA770C (or 0xAA770C) is known color: Dark Goldenrod. HEX triplet: AA, 77 and 0C. RGB value is (170,119,12). Sum of RGB (Red+Green+Blue) = 170+119+12=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA770C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA770C is #5588F3. Grayscale: #7A7A7A. Windows color (decimal): -5605620 or 817066. OLE color: 817066.

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

Color convert

RGB 170 119 12 -
CMYK 0 0.3 0.93 0.33
HSL 40.63º 0.87% 0.36% -
HSV(B) 40.63º 0.93% 0.67% -
XYZ 23.24 21.77 3.32 -
YUV 122.05 65.9 162.2 -
System Red Green Blue C M Y K H S L
Decimal 170 119 12 0 0.3 0.93 0.33 40.63 0.87 0.36
Hex AA 77 C 0 1E 5D 21 29 57 24
Octal 252 167 14 0 36 135 41 51 127 44
Binary 10101010 1110111 1100 0 11110 1011101 100001 101001 1010111 100100

Color Harmonies of #AA770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA770C

Black with #AA770C

Text Example


Text Example

White with #AA770C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA770C; }

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

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

background-color css

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

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

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

border-color css

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

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

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