Html Css Color HEX #AAA63A Brass

📋 copy color: '#AAA63A'

red 170 ◦ green 166 ◦ blue 58

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

Shades of Brass #AAA63A

Tints of Brass #AAA63A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.13%

 BLUE value IS 58 (23.05% from 255) = 14.72%

R = 43.15%
G = 42.13%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AAA63A (or 0xAAA63A) is known color: Brass. HEX triplet: AA, A6 and 3A. RGB value is (170,166,58). Sum of RGB (Red+Green+Blue) = 170+166+58=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 166 (65.23% from 255 or 42.13% from 394); Blue value is 58 (23.05% from 255 or 14.72% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA63A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA63A is #5559C5. Grayscale: #9B9B9B. Windows color (decimal): -5593542 or 3843754. OLE color: 3843754.

HSL color Cylindrical-coordinate representation of color #AAA63A: hue angle of 57.86º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AAA63A is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 166 58 -
CMYK 0 0.02 0.66 0.33
HSL 57.86º 0.49% 0.45% -
HSV(B) 57.86º 0.66% 0.67% -
XYZ 30.98 36.12 9.34 -
YUV 154.88 73.33 138.78 -
System Red Green Blue C M Y K H S L
Decimal 170 166 58 0 0.02 0.66 0.33 57.86 0.49 0.45
Hex AA A6 3A 0 2 42 21 3A 31 2D
Octal 252 246 72 0 2 102 41 72 61 55
Binary 10101010 10100110 111010 0 10 1000010 100001 111010 110001 101101

Color Harmonies of #AAA63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA63A

Black with #AAA63A

Text Example


Text Example

White with #AAA63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA63A; }

 p { color: rgb(170,166,58); }

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

background-color css

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

 a { background-color: rgb(170,166,58); }

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

border-color css

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

 span { border-color: rgb(170,166,58); }

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