Html Css Color HEX #AAAA47 Brass

📋 copy color: '#AAAA47'

red 170 ◦ green 170 ◦ blue 71

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

Shades of Brass #AAAA47

Tints of Brass #AAAA47

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.36%

 BLUE value IS 71 (28.13% from 255) = 17.27%

R = 41.36%
G = 41.36%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AAAA47 (or 0xAAAA47) is known color: Brass. HEX triplet: AA, AA and 47. RGB value is (170,170,71). Sum of RGB (Red+Green+Blue) = 170+170+71=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 71 (28.12% from 255 or 17.27% from 411); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAA47 is #5555B8. Grayscale: #9F9F9F. Windows color (decimal): -5592505 or 4696746. OLE color: 4696746.

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

Color convert

RGB 170 170 71 -
CMYK 0 0 0.58 0.33
HSL 60º 0.41% 0.47% -
HSV(B) 60º 0.58% 0.67% -
XYZ 32.09 37.75 11.56 -
YUV 158.71 78.5 136.05 -
System Red Green Blue C M Y K H S L
Decimal 170 170 71 0 0 0.58 0.33 60 0.41 0.47
Hex AA AA 47 0 0 3A 21 3C 29 2F
Octal 252 252 107 0 0 72 41 74 51 57
Binary 10101010 10101010 1000111 0 0 111010 100001 111100 101001 101111

Color Harmonies of #AAAA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA47

Black with #AAAA47

Text Example


Text Example

White with #AAAA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA47; }

 p { color: rgb(170,170,71); }

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

background-color css

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

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

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

border-color css

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

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

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