Html Css Color HEX #AA760D Dark Goldenrod

📋 copy color: '#AA760D'

red 170 ◦ green 118 ◦ blue 13

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

Shades of Dark Goldenrod #AA760D

Tints of Dark Goldenrod #AA760D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.2%

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

R = 56.48%
G = 39.2%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA760D (or 0xAA760D) is known color: Dark Goldenrod. HEX triplet: AA, 76 and 0D. RGB value is (170,118,13). Sum of RGB (Red+Green+Blue) = 170+118+13=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA760D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA760D is #5589F2. Grayscale: #7A7A7A. Windows color (decimal): -5605875 or 882346. OLE color: 882346.

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

Color convert

RGB 170 118 13 -
CMYK 0 0.31 0.92 0.33
HSL 40.13º 0.86% 0.36% -
HSV(B) 40.13º 0.92% 0.67% -
XYZ 23.13 21.53 3.32 -
YUV 121.58 66.73 162.54 -
System Red Green Blue C M Y K H S L
Decimal 170 118 13 0 0.31 0.92 0.33 40.13 0.86 0.36
Hex AA 76 D 0 1F 5C 21 28 56 24
Octal 252 166 15 0 37 134 41 50 126 44
Binary 10101010 1110110 1101 0 11111 1011100 100001 101000 1010110 100100

Color Harmonies of #AA760D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA760D

Black with #AA760D

Text Example


Text Example

White with #AA760D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA760D; }

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

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

background-color css

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

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

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

border-color css

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

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

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