Html Css Color HEX #AAAB4D Brass

📋 copy color: '#AAAB4D'

red 170 ◦ green 171 ◦ blue 77

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

Shades of Brass #AAAB4D

Tints of Brass #AAAB4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.42%

R = 40.67%
G = 40.91%
B = 18.42%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AAAB4D (or 0xAAAB4D) is known color: Brass. HEX triplet: AA, AB and 4D. RGB value is (170,171,77). Sum of RGB (Red+Green+Blue) = 170+171+77=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 77 (30.47% from 255 or 18.42% from 418); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB4D is #5554B2. Grayscale: #A0A0A0. Windows color (decimal): -5592243 or 5090218. OLE color: 5090218.

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

Color convert

RGB 170 171 77 -
CMYK 0.01 0 0.55 0.33
HSL 60.64º 0.38% 0.49% -
HSV(B) 60.64º 0.55% 0.67% -
XYZ 32.48 38.21 12.68 -
YUV 159.99 81.17 135.14 -
System Red Green Blue C M Y K H S L
Decimal 170 171 77 0.01 0 0.55 0.33 60.64 0.38 0.49
Hex AA AB 4D 1 0 37 21 3D 26 31
Octal 252 253 115 1 0 67 41 75 46 61
Binary 10101010 10101011 1001101 1 0 110111 100001 111101 100110 110001

Color Harmonies of #AAAB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB4D

Black with #AAAB4D

Text Example


Text Example

White with #AAAB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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