Html Css Color HEX #AA9F40 Brass

📋 copy color: '#AA9F40'

red 170 ◦ green 159 ◦ blue 64

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

Shades of Brass #AA9F40

Tints of Brass #AA9F40

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.46%

 BLUE value IS 64 (25.39% from 255) = 16.28%

R = 43.26%
G = 40.46%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA9F40 (or 0xAA9F40) is known color: Brass. HEX triplet: AA, 9F and 40. RGB value is (170,159,64). Sum of RGB (Red+Green+Blue) = 170+159+64=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9F40 is #5560BF. Grayscale: #979797. Windows color (decimal): -5595328 or 4235178. OLE color: 4235178.

HSL color Cylindrical-coordinate representation of color #AA9F40: hue angle of 53.77º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA9F40 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 159 64 -
CMYK 0 0.06 0.62 0.33
HSL 53.77º 0.45% 0.46% -
HSV(B) 53.77º 0.62% 0.67% -
XYZ 29.9 33.71 9.78 -
YUV 151.46 78.64 141.22 -
System Red Green Blue C M Y K H S L
Decimal 170 159 64 0 0.06 0.62 0.33 53.77 0.45 0.46
Hex AA 9F 40 0 6 3E 21 36 2D 2E
Octal 252 237 100 0 6 76 41 66 55 56
Binary 10101010 10011111 1000000 0 110 111110 100001 110110 101101 101110

Color Harmonies of #AA9F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9F40

Black with #AA9F40

Text Example


Text Example

White with #AA9F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9F40; }

 p { color: rgb(170,159,64); }

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

background-color css

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

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

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

border-color css

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

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

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