Html Css Color HEX #AAB336 Brass

📋 copy color: '#AAB336'

red 170 ◦ green 179 ◦ blue 54

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

Shades of Brass #AAB336

Tints of Brass #AAB336

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.42%

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

R = 42.18%
G = 44.42%
B = 13.4%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#AAB336 (or 0xAAB336) is known color: Brass. HEX triplet: AA, B3 and 36. RGB value is (170,179,54). Sum of RGB (Red+Green+Blue) = 170+179+54=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 54 (21.48% from 255 or 13.40% from 403); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB336 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB336 is #554CC9. Grayscale: #A2A2A2. Windows color (decimal): -5590218 or 3584938. OLE color: 3584938.

HSL color Cylindrical-coordinate representation of color #AAB336: hue angle of 64.32º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAB336 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 179 54 -
CMYK 0.05 0 0.70 0.30
HSL 64.32º 0.54% 0.46% -
HSV(B) 64.32º 0.7% 0.7% -
XYZ 33.36 41.05 9.66 -
YUV 162.06 67.02 133.66 -
System Red Green Blue C M Y K H S L
Decimal 170 179 54 0.05 0 0.70 0.30 64.32 0.54 0.46
Hex AA B3 36 5 0 46 1E 40 36 2E
Octal 252 263 66 5 0 106 36 100 66 56
Binary 10101010 10110011 110110 101 0 1000110 11110 1000000 110110 101110

Color Harmonies of #AAB336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB336

Black with #AAB336

Text Example


Text Example

White with #AAB336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB336; }

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

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

background-color css

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

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

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

border-color css

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

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

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