Html Css Color HEX #AAA535 Brass

📋 copy color: '#AAA535'

red 170 ◦ green 165 ◦ blue 53

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

Shades of Brass #AAA535

Tints of Brass #AAA535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.66%

R = 43.81%
G = 42.53%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AAA535 (or 0xAAA535) is known color: Brass. HEX triplet: AA, A5 and 35. RGB value is (170,165,53). Sum of RGB (Red+Green+Blue) = 170+165+53=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 53 (21.09% from 255 or 13.66% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA535 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA535 is #555ACA. Grayscale: #9A9A9A. Windows color (decimal): -5593803 or 3515818. OLE color: 3515818.

HSL color Cylindrical-coordinate representation of color #AAA535: hue angle of 57.44º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AAA535 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 165 53 -
CMYK 0 0.03 0.69 0.33
HSL 57.44º 0.52% 0.44% -
HSV(B) 57.44º 0.69% 0.67% -
XYZ 30.68 35.71 8.64 -
YUV 153.73 71.16 139.61 -
System Red Green Blue C M Y K H S L
Decimal 170 165 53 0 0.03 0.69 0.33 57.44 0.52 0.44
Hex AA A5 35 0 3 45 21 39 34 2C
Octal 252 245 65 0 3 105 41 71 64 54
Binary 10101010 10100101 110101 0 11 1000101 100001 111001 110100 101100

Color Harmonies of #AAA535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA535

Black with #AAA535

Text Example


Text Example

White with #AAA535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA535; }

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

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

background-color css

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

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

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

border-color css

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

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

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