Html Css Color HEX #AA750F Dark Goldenrod

📋 copy color: '#AA750F'

red 170 ◦ green 117 ◦ blue 15

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

Shades of Dark Goldenrod #AA750F

Tints of Dark Goldenrod #AA750F

RGB

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

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

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

R = 56.29%
G = 38.74%
B = 4.97%

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

#AA750F (or 0xAA750F) is known color: Dark Goldenrod. HEX triplet: AA, 75 and 0F. RGB value is (170,117,15). Sum of RGB (Red+Green+Blue) = 170+117+15=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA750F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA750F is #558AF0. Grayscale: #797979. Windows color (decimal): -5606129 or 1013162. OLE color: 1013162.

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

Color convert

RGB 170 117 15 -
CMYK 0 0.31 0.91 0.33
HSL 39.48º 0.84% 0.36% -
HSV(B) 39.48º 0.91% 0.67% -
XYZ 23.03 21.3 3.35 -
YUV 121.22 68.06 162.79 -
System Red Green Blue C M Y K H S L
Decimal 170 117 15 0 0.31 0.91 0.33 39.48 0.84 0.36
Hex AA 75 F 0 1F 5B 21 27 54 24
Octal 252 165 17 0 37 133 41 47 124 44
Binary 10101010 1110101 1111 0 11111 1011011 100001 100111 1010100 100100

Color Harmonies of #AA750F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA750F

Black with #AA750F

Text Example


Text Example

White with #AA750F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA750F; }

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

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

background-color css

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

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

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

border-color css

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

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

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