Html Css Color HEX #AAB037 Brass

📋 copy color: '#AAB037'

red 170 ◦ green 176 ◦ blue 55

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

Shades of Brass #AAB037

Tints of Brass #AAB037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.72%

R = 42.39%
G = 43.89%
B = 13.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AAB037 (or 0xAAB037) is known color: Brass. HEX triplet: AA, B0 and 37. RGB value is (170,176,55). Sum of RGB (Red+Green+Blue) = 170+176+55=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 176 (69.14% from 255 or 43.89% from 401); Blue value is 55 (21.88% from 255 or 13.72% from 401); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB037 is #554FC8. Grayscale: #A0A0A0. Windows color (decimal): -5590985 or 3649706. OLE color: 3649706.

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

Color convert

RGB 170 176 55 -
CMYK 0.03 0 0.69 0.31
HSL 62.98º 0.52% 0.45% -
HSV(B) 62.98º 0.69% 0.69% -
XYZ 32.79 39.87 9.58 -
YUV 160.41 68.51 134.84 -
System Red Green Blue C M Y K H S L
Decimal 170 176 55 0.03 0 0.69 0.31 62.98 0.52 0.45
Hex AA B0 37 3 0 45 1F 3F 34 2D
Octal 252 260 67 3 0 105 37 77 64 55
Binary 10101010 10110000 110111 11 0 1000101 11111 111111 110100 101101

Color Harmonies of #AAB037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB037

Black with #AAB037

Text Example


Text Example

White with #AAB037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB037; }

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

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

background-color css

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

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

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

border-color css

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

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

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