Html Css Color HEX #AAAC32 Brass

📋 copy color: '#AAAC32'

red 170 ◦ green 172 ◦ blue 50

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

Shades of Brass #AAAC32

Tints of Brass #AAAC32

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.88%

 BLUE value IS 50 (19.92% from 255) = 12.76%

R = 43.37%
G = 43.88%
B = 12.76%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AAAC32 (or 0xAAAC32) is known color: Brass. HEX triplet: AA, AC and 32. RGB value is (170,172,50). Sum of RGB (Red+Green+Blue) = 170+172+50=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 50 (19.92% from 255 or 12.76% from 392); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAC32 is #5553CD. Grayscale: #9D9D9D. Windows color (decimal): -5592014 or 3321002. OLE color: 3321002.

HSL color Cylindrical-coordinate representation of color #AAAC32: hue angle of 60.98º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AAAC32 is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 172 50 -
CMYK 0.01 0 0.71 0.33
HSL 60.98º 0.55% 0.44% -
HSV(B) 60.98º 0.71% 0.67% -
XYZ 31.91 38.28 8.73 -
YUV 157.49 67.34 136.92 -
System Red Green Blue C M Y K H S L
Decimal 170 172 50 0.01 0 0.71 0.33 60.98 0.55 0.44
Hex AA AC 32 1 0 47 21 3D 37 2C
Octal 252 254 62 1 0 107 41 75 67 54
Binary 10101010 10101100 110010 1 0 1000111 100001 111101 110111 101100

Color Harmonies of #AAAC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAC32

Black with #AAAC32

Text Example


Text Example

White with #AAAC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAC32; }

 p { color: rgb(170,172,50); }

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

background-color css

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

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

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

border-color css

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

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

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