Html Css Color HEX #AAAA3B Brass

📋 copy color: '#AAAA3B'

red 170 ◦ green 170 ◦ blue 59

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

Shades of Brass #AAAA3B

Tints of Brass #AAAA3B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.61%

 BLUE value IS 59 (23.44% from 255) = 14.79%

R = 42.61%
G = 42.61%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AAAA3B (or 0xAAAA3B) is known color: Brass. HEX triplet: AA, AA and 3B. RGB value is (170,170,59). Sum of RGB (Red+Green+Blue) = 170+170+59=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 59 (23.44% from 255 or 14.79% from 399); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAA3B is #5555C4. Grayscale: #9D9D9D. Windows color (decimal): -5592517 or 3910314. OLE color: 3910314.

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

Color convert

RGB 170 170 59 -
CMYK 0 0 0.65 0.33
HSL 60º 0.48% 0.45% -
HSV(B) 60º 0.65% 0.67% -
XYZ 31.74 37.61 9.72 -
YUV 157.35 72.5 137.03 -
System Red Green Blue C M Y K H S L
Decimal 170 170 59 0 0 0.65 0.33 60 0.48 0.45
Hex AA AA 3B 0 0 41 21 3C 30 2D
Octal 252 252 73 0 0 101 41 74 60 55
Binary 10101010 10101010 111011 0 0 1000001 100001 111100 110000 101101

Color Harmonies of #AAAA3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA3B

Black with #AAAA3B

Text Example


Text Example

White with #AAAA3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA3B; }

 p { color: rgb(170,170,59); }

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

background-color css

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

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

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

border-color css

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

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

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