Html Css Color HEX #AA850E Dark Goldenrod

📋 copy color: '#AA850E'

red 170 ◦ green 133 ◦ blue 14

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

Shades of Dark Goldenrod #AA850E

Tints of Dark Goldenrod #AA850E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.42%

R = 53.63%
G = 41.96%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA850E (or 0xAA850E) is known color: Dark Goldenrod. HEX triplet: AA, 85 and 0E. RGB value is (170,133,14). Sum of RGB (Red+Green+Blue) = 170+133+14=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 14 (5.86% from 255 or 4.42% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA850E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA850E is #557AF1. Grayscale: #838383. Windows color (decimal): -5602034 or 951722. OLE color: 951722.

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

Color convert

RGB 170 133 14 -
CMYK 0 0.22 0.92 0.33
HSL 45.77º 0.85% 0.36% -
HSV(B) 45.77º 0.92% 0.67% -
XYZ 25.04 25.35 3.99 -
YUV 130.5 62.26 156.18 -
System Red Green Blue C M Y K H S L
Decimal 170 133 14 0 0.22 0.92 0.33 45.77 0.85 0.36
Hex AA 85 E 0 16 5C 21 2E 55 24
Octal 252 205 16 0 26 134 41 56 125 44
Binary 10101010 10000101 1110 0 10110 1011100 100001 101110 1010101 100100

Color Harmonies of #AA850E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA850E

Black with #AA850E

Text Example


Text Example

White with #AA850E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA850E; }

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

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

background-color css

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

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

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

border-color css

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

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

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