Html Css Color HEX #AA780E Dark Goldenrod

📋 copy color: '#AA780E'

red 170 ◦ green 120 ◦ blue 14

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

Shades of Dark Goldenrod #AA780E

Tints of Dark Goldenrod #AA780E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.47%

 BLUE value IS 14 (5.86% from 255) = 4.61%

R = 55.92%
G = 39.47%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA780E (or 0xAA780E) is known color: Dark Goldenrod. HEX triplet: AA, 78 and 0E. RGB value is (170,120,14). Sum of RGB (Red+Green+Blue) = 170+120+14=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 14 (5.86% from 255 or 4.61% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA780E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA780E is #5587F1. Grayscale: #7B7B7B. Windows color (decimal): -5605362 or 948394. OLE color: 948394.

HSL color Cylindrical-coordinate representation of color #AA780E: hue angle of 40.77º degrees, saturation: 0.85, 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 #AA780E is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 120 14 -
CMYK 0 0.29 0.92 0.33
HSL 40.77º 0.85% 0.36% -
HSV(B) 40.77º 0.92% 0.67% -
XYZ 23.37 22.01 3.43 -
YUV 122.87 66.57 161.62 -
System Red Green Blue C M Y K H S L
Decimal 170 120 14 0 0.29 0.92 0.33 40.77 0.85 0.36
Hex AA 78 E 0 1D 5C 21 29 55 24
Octal 252 170 16 0 35 134 41 51 125 44
Binary 10101010 1111000 1110 0 11101 1011100 100001 101001 1010101 100100

Color Harmonies of #AA780E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA780E

Black with #AA780E

Text Example


Text Example

White with #AA780E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA780E; }

 p { color: rgb(170,120,14); }

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

background-color css

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

 a { background-color: rgb(170,120,14); }

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

border-color css

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

 span { border-color: rgb(170,120,14); }

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