Html Css Color HEX #AA760F Dark Goldenrod

📋 copy color: '#AA760F'

red 170 ◦ green 118 ◦ blue 15

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

Shades of Dark Goldenrod #AA760F

Tints of Dark Goldenrod #AA760F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.95%

R = 56.11%
G = 38.94%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA760F (or 0xAA760F) is known color: Dark Goldenrod. HEX triplet: AA, 76 and 0F. RGB value is (170,118,15). Sum of RGB (Red+Green+Blue) = 170+118+15=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA760F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA760F is #5589F0. Grayscale: #7A7A7A. Windows color (decimal): -5605873 or 1013418. OLE color: 1013418.

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

Color convert

RGB 170 118 15 -
CMYK 0 0.31 0.91 0.33
HSL 39.87º 0.84% 0.36% -
HSV(B) 39.87º 0.91% 0.67% -
XYZ 23.14 21.54 3.39 -
YUV 121.81 67.73 162.38 -
System Red Green Blue C M Y K H S L
Decimal 170 118 15 0 0.31 0.91 0.33 39.87 0.84 0.36
Hex AA 76 F 0 1F 5B 21 28 54 24
Octal 252 166 17 0 37 133 41 50 124 44
Binary 10101010 1110110 1111 0 11111 1011011 100001 101000 1010100 100100

Color Harmonies of #AA760F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA760F

Black with #AA760F

Text Example


Text Example

White with #AA760F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA760F; }

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

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

background-color css

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

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

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

border-color css

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

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

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