Html Css Color HEX #AAB036 Brass

📋 copy color: '#AAB036'

red 170 ◦ green 176 ◦ blue 54

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

Shades of Brass #AAB036

Tints of Brass #AAB036

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44%

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

R = 42.5%
G = 44%
B = 13.5%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AAB036 (or 0xAAB036) is known color: Brass. HEX triplet: AA, B0 and 36. RGB value is (170,176,54). Sum of RGB (Red+Green+Blue) = 170+176+54=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 54 (21.48% from 255 or 13.5% from 400); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB036 is #554FC9. Grayscale: #A0A0A0. Windows color (decimal): -5590986 or 3584170. OLE color: 3584170.

HSL color Cylindrical-coordinate representation of color #AAB036: hue angle of 62.95º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AAB036 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 176 54 -
CMYK 0.03 0 0.69 0.31
HSL 62.95º 0.53% 0.45% -
HSV(B) 62.95º 0.69% 0.69% -
XYZ 32.77 39.86 9.46 -
YUV 160.3 68.01 134.92 -
System Red Green Blue C M Y K H S L
Decimal 170 176 54 0.03 0 0.69 0.31 62.95 0.53 0.45
Hex AA B0 36 3 0 45 1F 3F 35 2D
Octal 252 260 66 3 0 105 37 77 65 55
Binary 10101010 10110000 110110 11 0 1000101 11111 111111 110101 101101

Color Harmonies of #AAB036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB036

Black with #AAB036

Text Example


Text Example

White with #AAB036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB036; }

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

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

background-color css

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

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

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

border-color css

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

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

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