Html Css Color HEX #AA8613 Dark Goldenrod

📋 copy color: '#AA8613'

red 170 ◦ green 134 ◦ blue 19

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

Shades of Dark Goldenrod #AA8613

Tints of Dark Goldenrod #AA8613

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.49%

 BLUE value IS 19 (7.81% from 255) = 5.88%

R = 52.63%
G = 41.49%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA8613 (or 0xAA8613) is known color: Dark Goldenrod. HEX triplet: AA, 86 and 13. RGB value is (170,134,19). Sum of RGB (Red+Green+Blue) = 170+134+19=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 19 (7.81% from 255 or 5.88% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8613 is #5579EC. Grayscale: #848484. Windows color (decimal): -5601773 or 1279658. OLE color: 1279658.

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

Color convert

RGB 170 134 19 -
CMYK 0 0.21 0.89 0.33
HSL 45.7º 0.8% 0.37% -
HSV(B) 45.7º 0.89% 0.67% -
XYZ 25.22 25.64 4.24 -
YUV 131.65 64.43 155.35 -
System Red Green Blue C M Y K H S L
Decimal 170 134 19 0 0.21 0.89 0.33 45.7 0.8 0.37
Hex AA 86 13 0 15 59 21 2E 50 25
Octal 252 206 23 0 25 131 41 56 120 45
Binary 10101010 10000110 10011 0 10101 1011001 100001 101110 1010000 100101

Color Harmonies of #AA8613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8613

Black with #AA8613

Text Example


Text Example

White with #AA8613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8613; }

 p { color: rgb(170,134,19); }

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

background-color css

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

 a { background-color: rgb(170,134,19); }

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

border-color css

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

 span { border-color: rgb(170,134,19); }

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