Html Css Color HEX #AAB139 Brass

📋 copy color: '#AAB139'

red 170 ◦ green 177 ◦ blue 57

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

Shades of Brass #AAB139

Tints of Brass #AAB139

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.81%

 BLUE value IS 57 (22.66% from 255) = 14.11%

R = 42.08%
G = 43.81%
B = 14.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AAB139 (or 0xAAB139) is known color: Brass. HEX triplet: AA, B1 and 39. RGB value is (170,177,57). Sum of RGB (Red+Green+Blue) = 170+177+57=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 57 (22.66% from 255 or 14.11% from 404); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB139 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB139 is #554EC6. Grayscale: #A1A1A1. Windows color (decimal): -5590727 or 3781034. OLE color: 3781034.

HSL color Cylindrical-coordinate representation of color #AAB139: hue angle of 63.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAB139 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 177 57 -
CMYK 0.04 0 0.68 0.31
HSL 63.5º 0.51% 0.46% -
HSV(B) 63.5º 0.68% 0.69% -
XYZ 33.04 40.29 9.91 -
YUV 161.23 69.18 134.26 -
System Red Green Blue C M Y K H S L
Decimal 170 177 57 0.04 0 0.68 0.31 63.5 0.51 0.46
Hex AA B1 39 4 0 44 1F 40 33 2E
Octal 252 261 71 4 0 104 37 100 63 56
Binary 10101010 10110001 111001 100 0 1000100 11111 1000000 110011 101110

Color Harmonies of #AAB139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB139

Black with #AAB139

Text Example


Text Example

White with #AAB139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB139; }

 p { color: rgb(170,177,57); }

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

background-color css

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

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

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

border-color css

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

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

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