Html Css Color HEX #AA830B Dark Goldenrod

📋 copy color: '#AA830B'

red 170 ◦ green 131 ◦ blue 11

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

Shades of Dark Goldenrod #AA830B

Tints of Dark Goldenrod #AA830B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.53%

R = 54.49%
G = 41.99%
B = 3.53%

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

#AA830B (or 0xAA830B) is known color: Dark Goldenrod. HEX triplet: AA, 83 and 0B. RGB value is (170,131,11). Sum of RGB (Red+Green+Blue) = 170+131+11=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA830B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA830B is #557CF4. Grayscale: #818181. Windows color (decimal): -5602549 or 754602. OLE color: 754602.

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

Color convert

RGB 170 131 11 -
CMYK 0 0.23 0.94 0.33
HSL 45.28º 0.88% 0.35% -
HSV(B) 45.28º 0.94% 0.67% -
XYZ 24.75 24.8 3.8 -
YUV 128.98 61.42 157.26 -
System Red Green Blue C M Y K H S L
Decimal 170 131 11 0 0.23 0.94 0.33 45.28 0.88 0.35
Hex AA 83 B 0 17 5E 21 2D 58 23
Octal 252 203 13 0 27 136 41 55 130 43
Binary 10101010 10000011 1011 0 10111 1011110 100001 101101 1011000 100011

Color Harmonies of #AA830B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA830B

Black with #AA830B

Text Example


Text Example

White with #AA830B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA830B; }

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

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

background-color css

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

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

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

border-color css

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

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

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