Html Css Color HEX #AAAC3B Brass

📋 copy color: '#AAAC3B'

red 170 ◦ green 172 ◦ blue 59

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

Shades of Brass #AAAC3B

Tints of Brass #AAAC3B

RGB

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

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

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

R = 42.39%
G = 42.89%
B = 14.71%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AAAC3B (or 0xAAAC3B) is known color: Brass. HEX triplet: AA, AC and 3B. RGB value is (170,172,59). Sum of RGB (Red+Green+Blue) = 170+172+59=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 59 (23.44% from 255 or 14.71% from 401); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAC3B is #5553C4. Grayscale: #9E9E9E. Windows color (decimal): -5592005 or 3910826. OLE color: 3910826.

HSL color Cylindrical-coordinate representation of color #AAAC3B: hue angle of 61.06º 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 #AAAC3B is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 172 59 -
CMYK 0.01 0 0.66 0.33
HSL 61.06º 0.49% 0.45% -
HSV(B) 61.06º 0.66% 0.67% -
XYZ 32.12 38.37 9.85 -
YUV 158.52 71.84 136.19 -
System Red Green Blue C M Y K H S L
Decimal 170 172 59 0.01 0 0.66 0.33 61.06 0.49 0.45
Hex AA AC 3B 1 0 42 21 3D 31 2D
Octal 252 254 73 1 0 102 41 75 61 55
Binary 10101010 10101100 111011 1 0 1000010 100001 111101 110001 101101

Color Harmonies of #AAAC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAC3B

Black with #AAAC3B

Text Example


Text Example

White with #AAAC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAC3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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