Html Css Color HEX #AA830A Dark Goldenrod

📋 copy color: '#AA830A'

red 170 ◦ green 131 ◦ blue 10

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

Shades of Dark Goldenrod #AA830A

Tints of Dark Goldenrod #AA830A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.12%

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

R = 54.66%
G = 42.12%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA830A (or 0xAA830A) is known color: Dark Goldenrod. HEX triplet: AA, 83 and 0A. RGB value is (170,131,10). Sum of RGB (Red+Green+Blue) = 170+131+10=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 10 (4.30% from 255 or 3.22% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA830A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA830A is #557CF5. Grayscale: #818181. Windows color (decimal): -5602550 or 689066. OLE color: 689066.

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

Color convert

RGB 170 131 10 -
CMYK 0 0.23 0.94 0.33
HSL 45.38º 0.89% 0.35% -
HSV(B) 45.38º 0.94% 0.67% -
XYZ 24.75 24.8 3.77 -
YUV 128.87 60.92 157.34 -
System Red Green Blue C M Y K H S L
Decimal 170 131 10 0 0.23 0.94 0.33 45.38 0.89 0.35
Hex AA 83 A 0 17 5E 21 2D 59 23
Octal 252 203 12 0 27 136 41 55 131 43
Binary 10101010 10000011 1010 0 10111 1011110 100001 101101 1011001 100011

Color Harmonies of #AA830A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA830A

Black with #AA830A

Text Example


Text Example

White with #AA830A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA830A; }

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

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

background-color css

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

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

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

border-color css

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

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

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