Html Css Color HEX #AA9C41 Brass

📋 copy color: '#AA9C41'

red 170 ◦ green 156 ◦ blue 65

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

Shades of Brass #AA9C41

Tints of Brass #AA9C41

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.9%

 BLUE value IS 65 (25.78% from 255) = 16.62%

R = 43.48%
G = 39.9%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA9C41 (or 0xAA9C41) is known color: Brass. HEX triplet: AA, 9C and 41. RGB value is (170,156,65). Sum of RGB (Red+Green+Blue) = 170+156+65=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9C41 is #5563BE. Grayscale: #969696. Windows color (decimal): -5596095 or 4299946. OLE color: 4299946.

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

Color convert

RGB 170 156 65 -
CMYK 0 0.08 0.62 0.33
HSL 52º 0.45% 0.46% -
HSV(B) 52º 0.62% 0.67% -
XYZ 29.42 32.7 9.76 -
YUV 149.81 80.14 142.4 -
System Red Green Blue C M Y K H S L
Decimal 170 156 65 0 0.08 0.62 0.33 52 0.45 0.46
Hex AA 9C 41 0 8 3E 21 34 2D 2E
Octal 252 234 101 0 10 76 41 64 55 56
Binary 10101010 10011100 1000001 0 1000 111110 100001 110100 101101 101110

Color Harmonies of #AA9C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9C41

Black with #AA9C41

Text Example


Text Example

White with #AA9C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9C41; }

 p { color: rgb(170,156,65); }

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

background-color css

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

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

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

border-color css

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

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

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