Html Css Color HEX #AAAA33 Brass

📋 copy color: '#AAAA33'

red 170 ◦ green 170 ◦ blue 51

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

Shades of Brass #AAAA33

Tints of Brass #AAAA33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.04%

R = 43.48%
G = 43.48%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.7

 K value IS 0.33

RGB Variations

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

Color information

#AAAA33 (or 0xAAAA33) is known color: Brass. HEX triplet: AA, AA and 33. RGB value is (170,170,51). Sum of RGB (Red+Green+Blue) = 170+170+51=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 51 (20.31% from 255 or 13.04% from 391); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAA33 is #5555CC. Grayscale: #9C9C9C. Windows color (decimal): -5592525 or 3386026. OLE color: 3386026.

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

Color convert

RGB 170 170 51 -
CMYK 0 0 0.7 0.33
HSL 60º 0.54% 0.43% -
HSV(B) 60º 0.7% 0.67% -
XYZ 31.55 37.53 8.71 -
YUV 156.43 68.5 137.68 -
System Red Green Blue C M Y K H S L
Decimal 170 170 51 0 0 0.7 0.33 60 0.54 0.43
Hex AA AA 33 0 0 46 21 3C 36 2B
Octal 252 252 63 0 0 106 41 74 66 53
Binary 10101010 10101010 110011 0 0 1000110 100001 111100 110110 101011

Color Harmonies of #AAAA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA33

Black with #AAAA33

Text Example


Text Example

White with #AAAA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA33; }

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

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

background-color css

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

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

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

border-color css

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

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

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