Html Css Color HEX #AA850D Dark Goldenrod

📋 copy color: '#AA850D'

red 170 ◦ green 133 ◦ blue 13

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

Shades of Dark Goldenrod #AA850D

Tints of Dark Goldenrod #AA850D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.11%

R = 53.8%
G = 42.09%
B = 4.11%

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

#AA850D (or 0xAA850D) is known color: Dark Goldenrod. HEX triplet: AA, 85 and 0D. RGB value is (170,133,13). Sum of RGB (Red+Green+Blue) = 170+133+13=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA850D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA850D is #557AF2. Grayscale: #828282. Windows color (decimal): -5602035 or 886186. OLE color: 886186.

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

Color convert

RGB 170 133 13 -
CMYK 0 0.22 0.92 0.33
HSL 45.86º 0.86% 0.36% -
HSV(B) 45.86º 0.92% 0.67% -
XYZ 25.04 25.35 3.95 -
YUV 130.38 61.76 156.26 -
System Red Green Blue C M Y K H S L
Decimal 170 133 13 0 0.22 0.92 0.33 45.86 0.86 0.36
Hex AA 85 D 0 16 5C 21 2E 56 24
Octal 252 205 15 0 26 134 41 56 126 44
Binary 10101010 10000101 1101 0 10110 1011100 100001 101110 1010110 100100

Color Harmonies of #AA850D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA850D

Black with #AA850D

Text Example


Text Example

White with #AA850D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA850D; }

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

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

background-color css

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

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

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

border-color css

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

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

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