Html Css Color HEX #AAA138 Brass

📋 copy color: '#AAA138'

red 170 ◦ green 161 ◦ blue 56

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

Shades of Brass #AAA138

Tints of Brass #AAA138

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.6%

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

R = 43.93%
G = 41.6%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AAA138 (or 0xAAA138) is known color: Brass. HEX triplet: AA, A1 and 38. RGB value is (170,161,56). Sum of RGB (Red+Green+Blue) = 170+161+56=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 161 (63.28% from 255 or 41.60% from 387); Blue value is 56 (22.27% from 255 or 14.47% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA138 is #555EC7. Grayscale: #989898. Windows color (decimal): -5594824 or 3711402. OLE color: 3711402.

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

Color convert

RGB 170 161 56 -
CMYK 0 0.05 0.67 0.33
HSL 55.26º 0.5% 0.44% -
HSV(B) 55.26º 0.67% 0.67% -
XYZ 30.04 34.32 8.78 -
YUV 151.72 73.98 141.04 -
System Red Green Blue C M Y K H S L
Decimal 170 161 56 0 0.05 0.67 0.33 55.26 0.5 0.44
Hex AA A1 38 0 5 43 21 37 32 2C
Octal 252 241 70 0 5 103 41 67 62 54
Binary 10101010 10100001 111000 0 101 1000011 100001 110111 110010 101100

Color Harmonies of #AAA138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA138

Black with #AAA138

Text Example


Text Example

White with #AAA138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA138; }

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

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

background-color css

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

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

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

border-color css

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

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

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