Html Css Color HEX #AA7510 Dark Goldenrod

📋 copy color: '#AA7510'

red 170 ◦ green 117 ◦ blue 16

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

Shades of Dark Goldenrod #AA7510

Tints of Dark Goldenrod #AA7510

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.61%

 BLUE value IS 16 (6.64% from 255) = 5.28%

R = 56.11%
G = 38.61%
B = 5.28%

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

#AA7510 (or 0xAA7510) is known color: Dark Goldenrod. HEX triplet: AA, 75 and 10. RGB value is (170,117,16). Sum of RGB (Red+Green+Blue) = 170+117+16=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7510 is #558AEF. Grayscale: #797979. Windows color (decimal): -5606128 or 1078698. OLE color: 1078698.

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

Color convert

RGB 170 117 16 -
CMYK 0 0.31 0.91 0.33
HSL 39.35º 0.83% 0.36% -
HSV(B) 39.35º 0.91% 0.67% -
XYZ 23.03 21.31 3.39 -
YUV 121.33 68.56 162.71 -
System Red Green Blue C M Y K H S L
Decimal 170 117 16 0 0.31 0.91 0.33 39.35 0.83 0.36
Hex AA 75 10 0 1F 5B 21 27 53 24
Octal 252 165 20 0 37 133 41 47 123 44
Binary 10101010 1110101 10000 0 11111 1011011 100001 100111 1010011 100100

Color Harmonies of #AA7510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7510

Black with #AA7510

Text Example


Text Example

White with #AA7510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7510; }

 p { color: rgb(170,117,16); }

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

background-color css

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

 a { background-color: rgb(170,117,16); }

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

border-color css

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

 span { border-color: rgb(170,117,16); }

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