Html Css Color HEX #AAB040 Brass

📋 copy color: '#AAB040'

red 170 ◦ green 176 ◦ blue 64

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

Shades of Brass #AAB040

Tints of Brass #AAB040

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.93%

 BLUE value IS 64 (25.39% from 255) = 15.61%

R = 41.46%
G = 42.93%
B = 15.61%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AAB040 (or 0xAAB040) is known color: Brass. HEX triplet: AA, B0 and 40. RGB value is (170,176,64). Sum of RGB (Red+Green+Blue) = 170+176+64=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 176 (69.14% from 255 or 42.93% from 410); Blue value is 64 (25.39% from 255 or 15.61% from 410); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB040 is #554FBF. Grayscale: #A1A1A1. Windows color (decimal): -5590976 or 4239530. OLE color: 4239530.

HSL color Cylindrical-coordinate representation of color #AAB040: hue angle of 63.21º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAB040 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 176 64 -
CMYK 0.03 0 0.64 0.31
HSL 63.21º 0.47% 0.47% -
HSV(B) 63.21º 0.64% 0.69% -
XYZ 33.03 39.97 10.82 -
YUV 161.44 73.01 134.11 -
System Red Green Blue C M Y K H S L
Decimal 170 176 64 0.03 0 0.64 0.31 63.21 0.47 0.47
Hex AA B0 40 3 0 40 1F 3F 2F 2F
Octal 252 260 100 3 0 100 37 77 57 57
Binary 10101010 10110000 1000000 11 0 1000000 11111 111111 101111 101111

Color Harmonies of #AAB040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB040

Black with #AAB040

Text Example


Text Example

White with #AAB040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB040; }

 p { color: rgb(170,176,64); }

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

background-color css

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

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

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

border-color css

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

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

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