Html Css Color HEX #AA9B3C Brass

📋 copy color: '#AA9B3C'

red 170 ◦ green 155 ◦ blue 60

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

Shades of Brass #AA9B3C

Tints of Brass #AA9B3C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.26%

 BLUE value IS 60 (23.83% from 255) = 15.58%

R = 44.16%
G = 40.26%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA9B3C (or 0xAA9B3C) is known color: Brass. HEX triplet: AA, 9B and 3C. RGB value is (170,155,60). Sum of RGB (Red+Green+Blue) = 170+155+60=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 155 (60.94% from 255 or 40.26% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9B3C is #5564C3. Grayscale: #959595. Windows color (decimal): -5596356 or 3972010. OLE color: 3972010.

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

Color convert

RGB 170 155 60 -
CMYK 0 0.09 0.65 0.33
HSL 51.82º 0.48% 0.45% -
HSV(B) 51.82º 0.65% 0.67% -
XYZ 29.11 32.31 8.98 -
YUV 148.66 77.97 143.22 -
System Red Green Blue C M Y K H S L
Decimal 170 155 60 0 0.09 0.65 0.33 51.82 0.48 0.45
Hex AA 9B 3C 0 9 41 21 34 30 2D
Octal 252 233 74 0 11 101 41 64 60 55
Binary 10101010 10011011 111100 0 1001 1000001 100001 110100 110000 101101

Color Harmonies of #AA9B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9B3C

Black with #AA9B3C

Text Example


Text Example

White with #AA9B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9B3C; }

 p { color: rgb(170,155,60); }

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

background-color css

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

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

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

border-color css

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

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

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