Html Css Color HEX #AAAA44 Brass

📋 copy color: '#AAAA44'

red 170 ◦ green 170 ◦ blue 68

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

Shades of Brass #AAAA44

Tints of Brass #AAAA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.67%

R = 41.67%
G = 41.67%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#AAAA44 (or 0xAAAA44) is known color: Brass. HEX triplet: AA, AA and 44. RGB value is (170,170,68). Sum of RGB (Red+Green+Blue) = 170+170+68=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 68 (26.95% from 255 or 16.67% from 408); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAA44 is #5555BB. Grayscale: #9E9E9E. Windows color (decimal): -5592508 or 4500138. OLE color: 4500138.

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

Color convert

RGB 170 170 68 -
CMYK 0 0 0.6 0.33
HSL 60º 0.43% 0.47% -
HSV(B) 60º 0.6% 0.67% -
XYZ 32 37.71 11.06 -
YUV 158.37 77 136.29 -
System Red Green Blue C M Y K H S L
Decimal 170 170 68 0 0 0.6 0.33 60 0.43 0.47
Hex AA AA 44 0 0 3C 21 3C 2B 2F
Octal 252 252 104 0 0 74 41 74 53 57
Binary 10101010 10101010 1000100 0 0 111100 100001 111100 101011 101111

Color Harmonies of #AAAA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA44

Black with #AAAA44

Text Example


Text Example

White with #AAAA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA44; }

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

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

background-color css

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

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

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

border-color css

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

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

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