Html Css Color HEX #AAA53F Brass

📋 copy color: '#AAA53F'

red 170 ◦ green 165 ◦ blue 63

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

Shades of Brass #AAA53F

Tints of Brass #AAA53F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.83%

R = 42.71%
G = 41.46%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AAA53F (or 0xAAA53F) is known color: Brass. HEX triplet: AA, A5 and 3F. RGB value is (170,165,63). Sum of RGB (Red+Green+Blue) = 170+165+63=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 165 (64.84% from 255 or 41.46% from 398); Blue value is 63 (25% from 255 or 15.83% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA53F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA53F is #555AC0. Grayscale: #9B9B9B. Windows color (decimal): -5593793 or 4171178. OLE color: 4171178.

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

Color convert

RGB 170 165 63 -
CMYK 0 0.03 0.63 0.33
HSL 57.2º 0.46% 0.46% -
HSV(B) 57.2º 0.63% 0.67% -
XYZ 30.93 35.82 9.99 -
YUV 154.87 76.16 138.79 -
System Red Green Blue C M Y K H S L
Decimal 170 165 63 0 0.03 0.63 0.33 57.2 0.46 0.46
Hex AA A5 3F 0 3 3F 21 39 2E 2E
Octal 252 245 77 0 3 77 41 71 56 56
Binary 10101010 10100101 111111 0 11 111111 100001 111001 101110 101110

Color Harmonies of #AAA53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA53F

Black with #AAA53F

Text Example


Text Example

White with #AAA53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA53F; }

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

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

background-color css

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

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

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

border-color css

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

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

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