Html Css Color HEX #AAB138 Brass

📋 copy color: '#AAB138'

red 170 ◦ green 177 ◦ blue 56

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

Shades of Brass #AAB138

Tints of Brass #AAB138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.9%

R = 42.18%
G = 43.92%
B = 13.9%

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

#AAB138 (or 0xAAB138) is known color: Brass. HEX triplet: AA, B1 and 38. RGB value is (170,177,56). Sum of RGB (Red+Green+Blue) = 170+177+56=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 56 (22.27% from 255 or 13.90% from 403); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB138 is #554EC7. Grayscale: #A1A1A1. Windows color (decimal): -5590728 or 3715498. OLE color: 3715498.

HSL color Cylindrical-coordinate representation of color #AAB138: hue angle of 63.47º degrees, saturation: 0.52, 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 #AAB138 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 177 56 -
CMYK 0.04 0 0.68 0.31
HSL 63.47º 0.52% 0.46% -
HSV(B) 63.47º 0.68% 0.69% -
XYZ 33.01 40.28 9.78 -
YUV 161.11 68.68 134.34 -
System Red Green Blue C M Y K H S L
Decimal 170 177 56 0.04 0 0.68 0.31 63.47 0.52 0.46
Hex AA B1 38 4 0 44 1F 3F 34 2E
Octal 252 261 70 4 0 104 37 77 64 56
Binary 10101010 10110001 111000 100 0 1000100 11111 111111 110100 101110

Color Harmonies of #AAB138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB138

Black with #AAB138

Text Example


Text Example

White with #AAB138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB138; }

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

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

background-color css

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

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

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

border-color css

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

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

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