Html Css Color HEX #AAAB46 Brass

📋 copy color: '#AAAB46'

red 170 ◦ green 171 ◦ blue 70

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

Shades of Brass #AAAB46

Tints of Brass #AAAB46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.03%

R = 41.36%
G = 41.61%
B = 17.03%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AAAB46 (or 0xAAAB46) is known color: Brass. HEX triplet: AA, AB and 46. RGB value is (170,171,70). Sum of RGB (Red+Green+Blue) = 170+171+70=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 70 (27.73% from 255 or 17.03% from 411); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAB46 is #5554B9. Grayscale: #9F9F9F. Windows color (decimal): -5592250 or 4631466. OLE color: 4631466.

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

Color convert

RGB 170 171 70 -
CMYK 0.01 0 0.59 0.33
HSL 60.59º 0.42% 0.47% -
HSV(B) 60.59º 0.59% 0.67% -
XYZ 32.25 38.11 11.45 -
YUV 159.19 77.67 135.71 -
System Red Green Blue C M Y K H S L
Decimal 170 171 70 0.01 0 0.59 0.33 60.59 0.42 0.47
Hex AA AB 46 1 0 3B 21 3D 2A 2F
Octal 252 253 106 1 0 73 41 75 52 57
Binary 10101010 10101011 1000110 1 0 111011 100001 111101 101010 101111

Color Harmonies of #AAAB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB46

Black with #AAAB46

Text Example


Text Example

White with #AAAB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB46; }

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

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

background-color css

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

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

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

border-color css

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

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

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