Html Css Color HEX #AAAB34 Brass

📋 copy color: '#AAAB34'

red 170 ◦ green 171 ◦ blue 52

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

Shades of Brass #AAAB34

Tints of Brass #AAAB34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.23%

R = 43.26%
G = 43.51%
B = 13.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AAAB34 (or 0xAAAB34) is known color: Brass. HEX triplet: AA, AB and 34. RGB value is (170,171,52). Sum of RGB (Red+Green+Blue) = 170+171+52=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 52 (20.70% from 255 or 13.23% from 393); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAB34 is #5554CB. Grayscale: #9D9D9D. Windows color (decimal): -5592268 or 3451818. OLE color: 3451818.

HSL color Cylindrical-coordinate representation of color #AAAB34: hue angle of 60.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAAB34 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 171 52 -
CMYK 0.01 0 0.70 0.33
HSL 60.5º 0.53% 0.44% -
HSV(B) 60.5º 0.7% 0.67% -
XYZ 31.76 37.92 8.89 -
YUV 157.14 68.67 137.18 -
System Red Green Blue C M Y K H S L
Decimal 170 171 52 0.01 0 0.70 0.33 60.5 0.53 0.44
Hex AA AB 34 1 0 46 21 3D 35 2C
Octal 252 253 64 1 0 106 41 75 65 54
Binary 10101010 10101011 110100 1 0 1000110 100001 111101 110101 101100

Color Harmonies of #AAAB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB34

Black with #AAAB34

Text Example


Text Example

White with #AAAB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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