Html Css Color HEX #AAAB36 Brass

📋 copy color: '#AAAB36'

red 170 ◦ green 171 ◦ blue 54

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

Shades of Brass #AAAB36

Tints of Brass #AAAB36

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.29%

 BLUE value IS 54 (21.48% from 255) = 13.67%

R = 43.04%
G = 43.29%
B = 13.67%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AAAB36 (or 0xAAAB36) is known color: Brass. HEX triplet: AA, AB and 36. RGB value is (170,171,54). Sum of RGB (Red+Green+Blue) = 170+171+54=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 54 (21.48% from 255 or 13.67% from 395); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAB36 is #5554C9. Grayscale: #9D9D9D. Windows color (decimal): -5592266 or 3582890. OLE color: 3582890.

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

Color convert

RGB 170 171 54 -
CMYK 0.01 0 0.68 0.33
HSL 60.51º 0.52% 0.44% -
HSV(B) 60.51º 0.68% 0.67% -
XYZ 31.81 37.94 9.14 -
YUV 157.36 69.67 137.01 -
System Red Green Blue C M Y K H S L
Decimal 170 171 54 0.01 0 0.68 0.33 60.51 0.52 0.44
Hex AA AB 36 1 0 44 21 3D 34 2C
Octal 252 253 66 1 0 104 41 75 64 54
Binary 10101010 10101011 110110 1 0 1000100 100001 111101 110100 101100

Color Harmonies of #AAAB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB36

Black with #AAAB36

Text Example


Text Example

White with #AAAB36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB36; }

 p { color: rgb(170,171,54); }

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

background-color css

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

 a { background-color: rgb(170,171,54); }

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

border-color css

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

 span { border-color: rgb(170,171,54); }

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