Html Css Color HEX #AA850A Dark Goldenrod

📋 copy color: '#AA850A'

red 170 ◦ green 133 ◦ blue 10

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

Shades of Dark Goldenrod #AA850A

Tints of Dark Goldenrod #AA850A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.49%

 BLUE value IS 10 (4.3% from 255) = 3.19%

R = 54.31%
G = 42.49%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA850A (or 0xAA850A) is known color: Dark Goldenrod. HEX triplet: AA, 85 and 0A. RGB value is (170,133,10). Sum of RGB (Red+Green+Blue) = 170+133+10=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA850A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA850A is #557AF5. Grayscale: #828282. Windows color (decimal): -5602038 or 689578. OLE color: 689578.

HSL color Cylindrical-coordinate representation of color #AA850A: hue angle of 46.12º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA850A is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 133 10 -
CMYK 0 0.22 0.94 0.33
HSL 46.13º 0.89% 0.35% -
HSV(B) 46.13º 0.94% 0.67% -
XYZ 25.02 25.34 3.86 -
YUV 130.04 60.26 156.5 -
System Red Green Blue C M Y K H S L
Decimal 170 133 10 0 0.22 0.94 0.33 46.13 0.89 0.35
Hex AA 85 A 0 16 5E 21 2E 59 23
Octal 252 205 12 0 26 136 41 56 131 43
Binary 10101010 10000101 1010 0 10110 1011110 100001 101110 1011001 100011

Color Harmonies of #AA850A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA850A

Black with #AA850A

Text Example


Text Example

White with #AA850A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA850A; }

 p { color: rgb(170,133,10); }

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

background-color css

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

 a { background-color: rgb(170,133,10); }

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

border-color css

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

 span { border-color: rgb(170,133,10); }

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