Html Css Color HEX #AAA33F Brass

📋 copy color: '#AAA33F'

red 170 ◦ green 163 ◦ blue 63

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

Shades of Brass #AAA33F

Tints of Brass #AAA33F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.16%

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

R = 42.93%
G = 41.16%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AAA33F (or 0xAAA33F) is known color: Brass. HEX triplet: AA, A3 and 3F. RGB value is (170,163,63). Sum of RGB (Red+Green+Blue) = 170+163+63=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 163 (64.06% from 255 or 41.16% from 396); Blue value is 63 (25% from 255 or 15.91% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA33F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA33F is #555CC0. Grayscale: #9A9A9A. Windows color (decimal): -5594305 or 4170666. OLE color: 4170666.

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

Color convert

RGB 170 163 63 -
CMYK 0 0.04 0.63 0.33
HSL 56.07º 0.46% 0.46% -
HSV(B) 56.07º 0.63% 0.67% -
XYZ 30.57 35.1 9.87 -
YUV 153.69 76.82 139.63 -
System Red Green Blue C M Y K H S L
Decimal 170 163 63 0 0.04 0.63 0.33 56.07 0.46 0.46
Hex AA A3 3F 0 4 3F 21 38 2E 2E
Octal 252 243 77 0 4 77 41 70 56 56
Binary 10101010 10100011 111111 0 100 111111 100001 111000 101110 101110

Color Harmonies of #AAA33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA33F

Black with #AAA33F

Text Example


Text Example

White with #AAA33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA33F; }

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

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

background-color css

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

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

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

border-color css

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

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

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