Html Css Color HEX #AAAB44 Brass

📋 copy color: '#AAAB44'

red 170 ◦ green 171 ◦ blue 68

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

Shades of Brass #AAAB44

Tints of Brass #AAAB44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.63%

R = 41.56%
G = 41.81%
B = 16.63%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AAAB44 (or 0xAAAB44) is known color: Brass. HEX triplet: AA, AB and 44. RGB value is (170,171,68). Sum of RGB (Red+Green+Blue) = 170+171+68=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 68 (26.95% from 255 or 16.63% from 409); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAB44 is #5554BB. Grayscale: #9F9F9F. Windows color (decimal): -5592252 or 4500394. OLE color: 4500394.

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

Color convert

RGB 170 171 68 -
CMYK 0.01 0 0.60 0.33
HSL 60.58º 0.43% 0.47% -
HSV(B) 60.58º 0.6% 0.67% -
XYZ 32.18 38.09 11.12 -
YUV 158.96 76.67 135.88 -
System Red Green Blue C M Y K H S L
Decimal 170 171 68 0.01 0 0.60 0.33 60.58 0.43 0.47
Hex AA AB 44 1 0 3C 21 3D 2B 2F
Octal 252 253 104 1 0 74 41 75 53 57
Binary 10101010 10101011 1000100 1 0 111100 100001 111101 101011 101111

Color Harmonies of #AAAB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB44

Black with #AAAB44

Text Example


Text Example

White with #AAAB44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB44; }

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

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

background-color css

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

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

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

border-color css

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

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

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