Html Css Color HEX #AAA541 Brass

📋 copy color: '#AAA541'

red 170 ◦ green 165 ◦ blue 65

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

Shades of Brass #AAA541

Tints of Brass #AAA541

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.25%

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

R = 42.5%
G = 41.25%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AAA541 (or 0xAAA541) is known color: Brass. HEX triplet: AA, A5 and 41. RGB value is (170,165,65). Sum of RGB (Red+Green+Blue) = 170+165+65=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 65 (25.78% from 255 or 16.25% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA541 is #555ABE. Grayscale: #9B9B9B. Windows color (decimal): -5593791 or 4302250. OLE color: 4302250.

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

Color convert

RGB 170 165 65 -
CMYK 0 0.03 0.62 0.33
HSL 57.14º 0.45% 0.46% -
HSV(B) 57.14º 0.62% 0.67% -
XYZ 30.99 35.84 10.29 -
YUV 155.1 77.16 138.63 -
System Red Green Blue C M Y K H S L
Decimal 170 165 65 0 0.03 0.62 0.33 57.14 0.45 0.46
Hex AA A5 41 0 3 3E 21 39 2D 2E
Octal 252 245 101 0 3 76 41 71 55 56
Binary 10101010 10100101 1000001 0 11 111110 100001 111001 101101 101110

Color Harmonies of #AAA541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA541

Black with #AAA541

Text Example


Text Example

White with #AAA541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA541; }

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

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

background-color css

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

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

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

border-color css

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

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

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