Html Css Color HEX #AA830C Dark Goldenrod

📋 copy color: '#AA830C'

red 170 ◦ green 131 ◦ blue 12

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

Shades of Dark Goldenrod #AA830C

Tints of Dark Goldenrod #AA830C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.83%

R = 54.31%
G = 41.85%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA830C (or 0xAA830C) is known color: Dark Goldenrod. HEX triplet: AA, 83 and 0C. RGB value is (170,131,12). Sum of RGB (Red+Green+Blue) = 170+131+12=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA830C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA830C is #557CF3. Grayscale: #818181. Windows color (decimal): -5602548 or 820138. OLE color: 820138.

HSL color Cylindrical-coordinate representation of color #AA830C: hue angle of 45.19º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA830C is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 131 12 -
CMYK 0 0.23 0.93 0.33
HSL 45.19º 0.87% 0.36% -
HSV(B) 45.19º 0.93% 0.67% -
XYZ 24.76 24.81 3.83 -
YUV 129.1 61.92 157.18 -
System Red Green Blue C M Y K H S L
Decimal 170 131 12 0 0.23 0.93 0.33 45.19 0.87 0.36
Hex AA 83 C 0 17 5D 21 2D 57 24
Octal 252 203 14 0 27 135 41 55 127 44
Binary 10101010 10000011 1100 0 10111 1011101 100001 101101 1010111 100100

Color Harmonies of #AA830C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA830C

Black with #AA830C

Text Example


Text Example

White with #AA830C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA830C; }

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

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

background-color css

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

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

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

border-color css

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

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

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